method
eql?
v1_8_7_330 -
Show latest stable
- Class:
Resolv::IPv4
eql?(other)public
No documentation available.
# File lib/resolv.rb, line 2128
def eql?(other) # :nodoc:
return self == other
end eql?(other)No documentation available.
# File lib/resolv.rb, line 2128
def eql?(other) # :nodoc:
return self == other
end