method

hash

v1_8_7_72 - Show latest stable - Class: Resolv::DNS::Name
hash(# :nodoc:)
public

No documentation available.

# File lib/resolv.rb, line 1108
      def hash # :nodoc:
        return @labels.hash ^ @absolute.hash
      end