class Faker::Book
def author
def author parse('book.author') end
def genre
def genre fetch('book.genre') end
def publisher
def publisher fetch('book.publisher') end
def title
def title fetch('book.title') end
def author parse('book.author') end
def genre fetch('book.genre') end
def publisher fetch('book.publisher') end
def title fetch('book.title') end