class Faker::TvShows::SouthPark

def character

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

def quote

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