# File lib/faker/internet.rb, line 28
      def domain_word
        Company.name.split(' ').first.gsub(/\W/, '').downcase
      end