module Faker::InternetSE

def domain_suffix

def domain_suffix
  DOMAIN_SUFFIXES.rand
end