0
0
Fork 0

a small api is needed

This commit is contained in:
Gibheer 2012-10-05 20:18:22 +02:00
parent 896157c234
commit 46fcff33b7
1 changed files with 1 additions and 1 deletions

View File

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