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