method
to_a
v3.1.0 -
Show latest stable
- Class:
ActionController::Metal
to_a()public
No documentation available.
# File actionpack/lib/action_controller/metal.rb, line 197
def to_a #:nodoc:
response ? response.to_a : [status, headers, response_body]
end