class Rack::RewindableInput

def each(&block)

def each(&block)
  make_rewindable unless @rewindable_io
  @rewindable_io.each(&block)
end