method
bust
v3.1.0 -
Show latest stable
- Class:
ActionDispatch::Response::BodyBuster
bust(body)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 124
def bust(body)
body.call(@response, self)
body.close if body.respond_to?(:close)
@body
end