= private = protected
read(*args)
See IO.read. Returns all the bytes from the file, or the first N if specified.
# File lib/pathname.rb, line 749 def read(*args) IO.read(@path, *args) end