method
extract_subdomains_from
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Http::URL
extract_subdomains_from(host, tld_length)private
No documentation available.
# File actionpack/lib/action_dispatch/http/url.rb, line 199
def extract_subdomains_from(host, tld_length)
domain_extractor.subdomains_from(host, tld_length)
end