module FFaker::InternetSE

def company_name_single_word

def company_name_single_word
  CompanySE.name.split(' ').first
end