10 11 12 13 14
# File 'lib/polyfill/v2_4/i_p_addr.rb', line 10 def <=>(*) super rescue ::IPAddr::InvalidAddressError nil end
4 5 6 7 8
# File 'lib/polyfill/v2_4/i_p_addr.rb', line 4 def ==(*) super rescue ::IPAddr::InvalidAddressError false end