summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStormwind <stormwind@stormwinds-page.de>2012-11-23 17:45:36 +0100
committerStormwind <stormwind@stormwinds-page.de>2012-11-23 17:45:36 +0100
commit22cf93d0027190c10ee24372dd2d35ce87fd6d84 (patch)
tree390db925adadcc1a067922a41b16602a4fd855f0
parent963adb8ddca4c0a5470deaa50ca5f115ed7b0f94 (diff)
Remove @s in to_a
-rw-r--r--lib/zero/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zero/response.rb b/lib/zero/response.rb
index 85e7469..cfd1148 100644
--- a/lib/zero/response.rb
+++ b/lib/zero/response.rb
@@ -35,7 +35,7 @@ module Zero
# TODO Set content length, if not already set
# TODO Set content type, if not already set
- [@status, @header, @body]
+ [status, header, body]
end
# Sets the content length header to the current length of the body