class Gem::Source::Lock

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  0 == (self <=> other)
end