= private = protected
open(*args)
See File.open. Opens the file for reading or writing.
# File lib/pathname.rb, line 828 def open(*args, &block) # :yield: file File.open(@path, *args, &block) end