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