# File lib/yard/code_objects/base.rb, line 137
      def ==(other)
        if other.is_a?(Proxy)
          path == other.path
        else
          super
        end
      end