Skip to content

Instantly share code, notes, and snippets.

@benolee
Created April 5, 2011 20:38
Show Gist options
  • Save benolee/904491 to your computer and use it in GitHub Desktop.
Save benolee/904491 to your computer and use it in GitHub Desktop.
class String
def squish!
strip!
gsub!(/\s+/, ' ')
self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment