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