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