Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
camelize: new script to camelcase things.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 13, 2013
1 parent 11826ef commit f106f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camelize.rb
@@ -0,0 +1,2 @@
#!/usr/bin/env ruby -p
$_.gsub!(/(^|\s)\S/) {|s| s.delete(' ').upcase }

0 comments on commit f106f24

Please sign in to comment.