class Bundler::Resolver::Candidate

def <=>(other)

def <=>(other)
  return unless other.is_a?(self.class)
  sort_obj <=> other.sort_obj
end