Skip to content

Instantly share code, notes, and snippets.

@jgyllen
Created March 13, 2015 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgyllen/a3b6c7af3508a0f61dd1 to your computer and use it in GitHub Desktop.
Save jgyllen/a3b6c7af3508a0f61dd1 to your computer and use it in GitHub Desktop.
Convert Ruby 1.8 to 1.9 Hash Syntax
perl -pi -e 's/:([\w\d_]+)(\s*)=>/\1:/g' **/*.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment