module FFaker::Book

def title_with_prefix

def title_with_prefix
  "#{fetch_sample(PREFIXES)} #{simple_title}"
end