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