Method: Faker::TvShows::TheITCrowd.email

Defined in:
lib/faker/tv_shows/the_it_crowd.rb

.emailString

Produces an email from The IT Crowd.

Examples:

Faker::TvShows::TheITCrowd.email #=> "[email protected]"


44
45
46
# File 'lib/faker/tv_shows/the_it_crowd.rb', line 44

def email
  fetch('the_it_crowd.emails')
end