# File lib/faker/company.rb, line 32 def ein ('%09d' % rand(10 ** 9)).gsub(/(\d{2})(\d{7})/, '\\1-\\2') end