class Faker::TvShows::DumbAndDumber

def actor

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

def character

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

def quote

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