method gear_inches { return ratio * $rim + ($tire * 2); } #### method gear_inches { return ($self->ratio() * $rim) + ($tire * 2); }