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