# File lib/rubygems/package.rb, line 379 def rewind raise NonSeekableIO unless @io.respond_to? :pos= @io.pos = @orig_pos @read = 0 end