Skip to content

Instantly share code, notes, and snippets.

@visnup
Forked from huned/String#emphasize
Created June 30, 2009 20:20
Show Gist options
  • Select an option

  • Save visnup/138402 to your computer and use it in GitHub Desktop.

Select an option

Save visnup/138402 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'activesupport'
class String
def emphasize substrings
highlight self, substrings
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment