# File lib/zip/ioextras.rb, line 108 def each_line(aSepString = $/) while true yield readline(aSepString) end rescue EOFError end