Help for this page

Select Code to Download


  1. or download this
        method gear_inches {
            return ratio * $rim + ($tire * 2);
        }
    
  2. or download this
        method gear_inches {
            return ($self->ratio() * $rim) + ($tire * 2);
        }