diff options
author | Stormwind <stormwind@stormwinds-page.de> | 2012-11-23 17:45:36 +0100 |
---|---|---|
committer | Stormwind <stormwind@stormwinds-page.de> | 2012-11-23 17:45:36 +0100 |
commit | 22cf93d0027190c10ee24372dd2d35ce87fd6d84 (patch) | |
tree | 390db925adadcc1a067922a41b16602a4fd855f0 /lib | |
parent | 963adb8ddca4c0a5470deaa50ca5f115ed7b0f94 (diff) |
Remove @s in to_a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero/response.rb | 2 |
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 |