module FFaker::Internet

def domain_name

def domain_name
  [domain_word, domain_suffix].join('.')
end