class Rack::RewindableInput

def initialize(io)

def initialize(io)
  @io = io
  @rewindable_io = nil
  @unlinked = false
end