class Faker::TvShows::FamilyGuy

def character

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

def location

Returns:
  • (String) -
def location
  fetch('family_guy.location')
end

def quote

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