method
to_ary
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Response::Buffer
to_ary()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 132
def to_ary
if @str_body
[body]
else
@buf = @buf.to_ary
end
end