0
0
Fork 0

some minor cleanup

This commit is contained in:
Gibheer 2013-10-22 17:14:54 +02:00
parent 6ad7650c05
commit 9c66360b98
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
module Zero
# This is the representation of a response
#
class Response
attr_reader :status
attr_reader :body
@ -93,6 +91,5 @@ module Zero
self.status = status
self.header['Location'] = location
end
end
end