Returns all the lines from the file. See IO.readlines.
IO.readlines
36 37 38
# File 'lib/path/io.rb', line 36 def readlines(*args) IO.readlines(@path, *args) end