# File lib/librarian/puppet/source/forge.rb, line 77
        def ==(other)
          other &&
          self.class == other.class &&
          self.uri == other.uri
        end