Skip to content

Instantly share code, notes, and snippets.

@jpablobr
Created September 27, 2011 05:46
Show Gist options
  • Save jpablobr/1244424 to your computer and use it in GitHub Desktop.
Save jpablobr/1244424 to your computer and use it in GitHub Desktop.
ruby gsub one-liner
ruby -i.bak -pe "gsub(/link_to/,'button_to')" *.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment