method

eql?

v1_9_1_378 - Show latest stable - Class: Resolv::DNS::Label::Str
eql?(other)
public

No documentation available.

# File lib/resolv.rb, line 1026
        def eql?(other)
          return self == other
        end