aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2013-10-22 17:14:54 +0200
committerGibheer <gibheer@gmail.com>2013-10-22 17:14:54 +0200
commit9c66360b9830d2072d96ca82437259ca11c9c3df (patch)
tree34551f8e8f6aced1212bb5b353366201b2215c2c
parent6ad7650c05418a0de428c2522a6726fc6f7e4bcf (diff)
some minor cleanup
-rw-r--r--lib/zero/response.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/zero/response.rb b/lib/zero/response.rb
index 264c9ae..582c0e9 100644
--- a/lib/zero/response.rb
+++ b/lib/zero/response.rb
@@ -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