# File lib/zip/zipfilesystem.rb, line 390 def foreach(fileName, aSep = $/, &aProc) open(fileName) { |is| is.each_line(aSep, &aProc) } end