method
to_ary
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Response::RackBody
to_ary()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 522
def to_ary
@response.stream.to_ary
end