class Faker::TvShows::Futurama

def character

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

def hermes_catchphrase

Returns:
  • (String) -
def hermes_catchphrase
  fetch('futurama.hermes_catchphrases')
end

def location

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

def quote

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