method

bust

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