Created
January 10, 2012 21:17
-
-
Save seanbehan/1591261 to your computer and use it in GitHub Desktop.
Gsub Block
This file contains hidden or 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
"Scs Epc Score".gsub (/scs|epc/i) { |i| i.upcase } | |
# => SCS EPC Score |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment