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