diff options
-rw-r--r-- | lib/rubygems/resolver/installed_specification.rb | 2 |
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 |