Skip to content

Instantly share code, notes, and snippets.

@antpaw
Created January 9, 2017 21:52
Show Gist options
  • Save antpaw/ec8a9f9c1edd6c1f6aff055798c8d6f9 to your computer and use it in GitHub Desktop.
Save antpaw/ec8a9f9c1edd6c1f6aff055798c8d6f9 to your computer and use it in GitHub Desktop.
Replace Ruby's "key => value" to "key: value"
:([^\s\'\"]+)?(\s|)=>
$1:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment