module FFaker::Book

def description(sentence_count = 3)

def description(sentence_count = 3)
  FFaker::Lorem.paragraph(sentence_count)
end