# File lib/action_dispatch/http/url.rb, line 159 def subdomains(tld_length = @@tld_length) ActionDispatch::Http::URL.extract_subdomains(host, tld_length) end