decrease method

int decrease()

Implementation

int decrease() {
  return _rating--;
}