# File lib/dragonfly/job.rb, line 183 def step_abbreviations @step_abbreviations ||= STEPS.inject({}){|hash, step_class| hash[step_class.abbreviation] = step_class; hash } end