method
munge_body_object
rails latest stable - Class:
ActionDispatch::Response
munge_body_object(body)private
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 473
def munge_body_object(body)
body.respond_to?(:each) ? body : [body]
end