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