# File lib/rack/rewindable_input.rb, line 30 def each(&block) make_rewindable unless @rewindable_io @rewindable_io.each(&block) end