Class: Net::DNS::RR::HINFO

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

Instance Method Summary collapse

Instance Method Details

#to_hash(zone) ⇒ Object



101
102
103
# File 'lib/domain-probe/resolver_patch.rb', line 101

def to_hash zone
  super(zone).merge({:cpu => cpu,:os => os})
end