1 2 3 4
JOB_LEVELS = { :apprentice => 1, :practicioner => 2, ...
Ruby On Similar Methods Refactoring
by kmcd,
August 13, 2008 12:46
1 2 3 4
JOB_LEVELS = { :apprentice => 1, :practicioner => 2, ...
Most comments are in the co...