3 4 5
# File 'lib/caly/util.rb', line 3 def self.classify(str) str.to_s.split("_").collect!(&:capitalize).join end