= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
readlines(*args)
See IO.readlines. Returns all the lines from the file.
# File lib/pathname.rb, line 752 def readlines(*args) IO.readlines(@path, *args) end