# File lib/action_dispatch/middleware/body_proxy.rb, line 26 def method_missing(*args, &block) @body.__send__(*args, &block) end