module SubdomainName

Constants

VERSION

Public Instance Methods

[](name) click to toggle source
# File lib/subdomain_name.rb, line 6
def [](name)
  Name.new(name)
end