# File lib/zip/ioextras.rb, line 92 def readline(aSepString = $/) retVal = gets(aSepString) raise EOFError if retVal == nil return retVal end