= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
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