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