# File lib/action_dispatch/http/url.rb, line 151 def domain(tld_length = @@tld_length) ActionDispatch::Http::URL.extract_domain(host, tld_length) end