ratioCap method

double ratioCap()

Implementation

double ratioCap() {
  return (ratio > 1.5) ? 1.5 : ratio;
}