class Faker::TvShows::TheITCrowd

def actor

Returns:
  • (String) -
def actor
  fetch('the_it_crowd.actors')
end

def character

Returns:
  • (String) -
def character
  fetch('the_it_crowd.characters')
end

def email

Returns:
  • (String) -
def email
  fetch('the_it_crowd.emails')
end

def quote

Returns:
  • (String) -
def quote
  fetch('the_it_crowd.quotes')
end