# File lib/ole/storage/file_system.rb, line 373 def read raise IOError if @closed @entries[pos] ensure @pos += 1 if pos < @entries.length end