Method: Gem::Resolver::InstalledSpecification#==

Defined in:
lib/rubygems/resolver/installed_specification.rb

#==(other) ⇒ Object

:nodoc:



8
9
10
11
12
# File 'lib/rubygems/resolver/installed_specification.rb', line 8

def ==(other) # :nodoc:
  self.class === other &&
    @set  == other.set &&
    @spec == other.spec
end