= private = protected
readlines(*args)
See IO.readlines. Returns all the lines from the file.
# File lib/pathname.rb, line 785 def readlines(*args) IO.readlines(@path, *args) end