I have a boolean value to check if it is true, then set a local variable. How do I refactor this so it is more Ruby-ish?
if firm.inflection_point inflectio
inflection_point = (firm.inflection_point ? 1 : 0)