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