Skip to content

Instantly share code, notes, and snippets.

@dragon3
Created August 20, 2009 11:44
Show Gist options
  • Save dragon3/171010 to your computer and use it in GitHub Desktop.
Save dragon3/171010 to your computer and use it in GitHub Desktop.
p "HogeCamelCase".split('').each_with_index.map{ |i, index|
i.downcase! && index != 0 ? "_" + i : i
}.join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment