BasicObject
Short hand for DomainName.new.
# File lib/domain_name.rb, line 294 def DomainName(hostname) DomainName.new(hostname) end