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