class Faker::Quote

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