# File lib/foreman/helpers.rb, line 7 def classify(dashed_word) dashed_word.split('-').each { |part| part[0] = part[0].chr.upcase }.join end