# File lib/fakefs/pathname.rb, line 68
      def ==(other)
        return false unless other.is_a?(Pathname)
        other.to_s == @path
      end