module FFaker::Book

def author

def author
  FFaker::Name.name
end