# File lib/rack/rewindable_input.rb, line 35
    def rewind
      make_rewindable unless @rewindable_io
      @rewindable_io.rewind
    end