class Gem::Requirement

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  Gem::Requirement === other and to_s == other.to_s
end