class Playbook::PbStarRating::StarRating

def star_count

def star_count
  rating.round > denominator_style ? denominator_style : rating.round
end