summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/installed_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/resolver/installed_specification.rb2
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@
# locally.
class Gem::Resolver::InstalledSpecification < Gem::Resolver::SpecSpecification
def ==(other) # :nodoc:
self.class === other and
@set == other.set and
@@ -53,4 +54,5 @@ class Gem::Resolver::InstalledSpecification < Gem::Resolver::SpecSpecification
def source
@source ||= Gem::Source::Installed.new
end
end