Method: DNS::ResourceRecord::IN::HINFO#to_s

Defined in:
lib/faildns/resourcerecord/IN/HINFO.rb

#to_sObject



70
71
72
# File 'lib/faildns/resourcerecord/IN/HINFO.rb', line 70

def to_s
  "#{@os} on #{@cpu}"
end