Created
January 7, 2014 02:40
-
-
Save apeckham/8293865 to your computer and use it in GitHub Desktop.
ruby 1.9 hash syntax in rubymine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://robots.thoughtbot.com/convert-ruby-1-8-to-1-9-hash-syntax | |
search = :([^ ]*)(\s*)=> | |
replace = $1: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rubymine has that build in, just press
Alt (Option) + Enter