Skip to content

Instantly share code, notes, and snippets.

@fervisa
Created March 13, 2014 23:59
Show Gist options
  • Select an option

  • Save fervisa/9539639 to your computer and use it in GitHub Desktop.

Select an option

Save fervisa/9539639 to your computer and use it in GitHub Desktop.
Script de Vim para convertir hashrocket (=>) a colon (:) Ruby
%s/:\(\w*\) =>/\1:/gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment