instance method
to_ary
Ruby on Rails 7.1.6
Since v4.2.9Signature
to_ary()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 510
def to_ary
@response.stream.to_ary
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 510
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response::RackBody