Class: Net::DNS::RR::NS

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

Instance Method Summary collapse

Instance Method Details

#to_hash(zone) ⇒ Object



113
114
115
# File 'lib/domain-probe/resolver_patch.rb', line 113

def to_hash zone
  super(zone).merge({:nsdname => remove_trailing_dot_if_any(nsdname)})
end