class Rack::RewindableInput

def rewind

def rewind
  make_rewindable unless @rewindable_io
  @rewindable_io.rewind
end