class Faker::Book

def publisher

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