method

hash

v1_9_3_392 - Show latest stable - Class: Resolv::DNS::Name
hash()
public

No documentation available.

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