method

respond_to?

respond_to?(*args)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/body_proxy.rb, line 8
    def respond_to?(*args)
      super or @body.respond_to?(*args)
    end