method
to_ary
rails 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