# File lib/resque/scheduler/util.rb, line 34 def self.classify(dashed_word) dashed_word.split('-').map(&:capitalize).join end