class Faker::Book

def author

Returns:
  • (String) -
def author
  parse('book.author')
end