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