Host Information resource.
CPU architecture for this resource.
Operating system for this resource.
# File lib/resolv.rb, line 1914 def initialize(cpu, os) @cpu = cpu @os = os end
Creates a new HINFO
running os
on cpu
.
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.