# File lib/rack/rewindable_input.rb, line 16 16: def initialize(io) 17: @io = io 18: @rewindable_io = nil 19: @unlinked = false 20: end