method
hash
hash()
public
Hide source
# File lib/resolv.rb, line 1440 def hash h = 0 self.instance_variables.each {|name| h ^= self.instance_eval("#{name}.hash") } return h end