0
0
Fork 0

Remove @s in to_a

This commit is contained in:
Stormwind 2012-11-23 17:45:36 +01:00
parent 963adb8ddc
commit 22cf93d002
1 changed files with 1 additions and 1 deletions

View File

@ -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