O
OrganicFreeStyle
Is there a way to change what Ruby sees as a constant? It's a real pain
for me not being able to use variables like "LH" (labour hours) and
instead have to use the far less visible "lh". Ruby thinks LH is a
constant though, and this really grates on my style preferences, as
well on how I've programmed for years. Any way to change this?
for me not being able to use variables like "LH" (labour hours) and
instead have to use the far less visible "lh". Ruby thinks LH is a
constant though, and this really grates on my style preferences, as
well on how I've programmed for years. Any way to change this?