class Gem::Resolv::IPv4

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  return @address == other.address
end