Module: Landable::CoreExt::IPAddr

Included in:
IPAddr
Defined in:
lib/landable/core_ext/ipaddr.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



6
7
8
9
10
11
# File 'lib/landable/core_ext/ipaddr.rb', line 6

def ==(other)
  case other
  when true, false then false
  else super
  end
end