>>>>> "M" == Mark Slagell <ms / iastate.edu> writes:

M> Then File.new("filename").read(nil) could be written more simply and
M> readably as File.read("filename") -- rather like "atime" is implemented

 You can write

 a, = File.readlines("a", nil)

 perhaps there are other way to do it ?


Guy Decoux