4 5 6
# File 'lib/xezat/ext/string.rb', line 4 def camelize split(/[._-]/).map(&:capitalize).join end