class Faker::TvShows::HeyArnold

def character

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

def location

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

def quote

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