# File lib/faker/internet.rb, line 8 def free_email(name = nil) [ user_name(name), %w(gmail.com yahoo.com hotmail.com).rand ].join('@') end