# File lib/merb-core/rack/stream_wrapper.rb, line 43
      def method_missing(sym, *args, &blk)
        @body.send(sym, *args, &blk)
      end