# File lib/dep_selector/package.rb, line 108 def eql?(o) # TODO [cw,2011/2/7]: this is really shallow. should implement # == for DependencyGraph self.class == o.class && name == o.name end