# File lib/facets/more/minitar.rb, line 530 def rewind raise NonSeekableStream unless @io.respond_to?(:pos=) @io.pos = @orig_pos @read = 0 end