# File lib/pathname.rb, line 797 def open(*args, &block) # :yield: file File.open(@path, *args, &block) end