# File lib/faker/internet.rb, line 72 def domain_name with_locale(:en) { [Char.prepare(domain_word), domain_suffix].join('.') } end