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