class Faker::Book

def title

Returns:
  • (String) -
def title
  fetch('book.title')
end