Skip to content

Instantly share code, notes, and snippets.

@elight
Created December 12, 2013 17:55
Show Gist options
  • Save elight/7932379 to your computer and use it in GitHub Desktop.
Save elight/7932379 to your computer and use it in GitHub Desktop.
constant = collection.to_s.split('_').map {|characters| characters[0...1].upcase << characters[1..-1]}.join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment