Domain Name resource abstract class.
The name of this DomainName.
# File lib/resolv.rb, line 1787 def initialize(name) @name = name end
Creates a new DomainName from name.
    Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.