f_lcm            1182 rational.c         return f_lcm(self, other);
f_lcm            1189 rational.c         return rb_assoc_new(f_gcd(self, other), f_lcm(self, other));