# File lib/yard/code_objects/proxy.rb, line 119
      def <=>(other)
        if other.respond_to? :path
          path <=> other.path
        else
          false
        end
      end