Class: Net::DNS::RR::A

Inherits:
Object
  • Object
show all
Defined in:
lib/domain-probe/resolver_patch.rb

Instance Method Summary collapse

Instance Method Details

#to_hash(zone) ⇒ Object



77
78
79
# File 'lib/domain-probe/resolver_patch.rb', line 77

def to_hash zone
  super(zone).merge({:address => address.to_s})
end