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