class Faker::TvShows::Simpsons

def character

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

def episode_title

Returns:
  • (String) -
def episode_title
  fetch('simpsons.episode_titles')
end

def location

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

def quote

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