class Faker::Quote
def famous_last_words
-
(String)
-
def famous_last_words fetch('quote.famous_last_words') end
def fortune_cookie
-
(String)
-
def fortune_cookie fetch('quote.fortune_cookie') end
def jack_handey
-
(String)
-
def jack_handey fetch('quote.jack_handey') end
def matz
-
(String)
-
def matz fetch('quote.matz') end
def most_interesting_man_in_the_world
-
(String)
-
def most_interesting_man_in_the_world fetch('quote.most_interesting_man_in_the_world') end
def robin
-
(String)
-
def robin fetch('quote.robin') end
def singular_siegler
-
(String)
-
def singular_siegler fetch('quote.singular_siegler') end
def yoda
-
(String)
-
def yoda fetch('quote.yoda') end