class Playbook::PbStarRating::StarRating

def star_count

def star_count
  rating.floor
end