instance method
to_a
Ruby on Rails 4.0.13
Since v3.0.20Signature
to_a()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 234
def to_a
rack_response @status, @header.to_hash
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 234
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response