Skip to content

Instantly share code, notes, and snippets.

@mjfreshyfresh
Created September 21, 2010 20:02
Show Gist options
  • Save mjfreshyfresh/590423 to your computer and use it in GitHub Desktop.
Save mjfreshyfresh/590423 to your computer and use it in GitHub Desktop.
def scrub(s)
s.gsub( /\W/, ' ') unless s.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment