0
0
Fork 0

the body is an array

This commit is contained in:
Gibheer 2012-10-05 08:13:07 +02:00
parent 609015b6fc
commit 896157c234
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Zero
# builds the response for rack and checks for protocol errors
# @return Array the rack response
def response
[@code, @header, @body]
[@code, @header, [@body]]
end
end
end