class Faker::Quote

def famous_last_words

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

def fortune_cookie

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

def jack_handey

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

def matz

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

def most_interesting_man_in_the_world

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

def robin

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

def singular_siegler

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

def yoda

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