# File lib/action_dispatch/http/url.rb, line 167 def subdomain(tld_length = @@tld_length) subdomains(tld_length).join(".") end