Skip to content

Instantly share code, notes, and snippets.

@Rosa-Fox
Created February 17, 2014 12:21
Show Gist options
  • Save Rosa-Fox/9049608 to your computer and use it in GitHub Desktop.
Save Rosa-Fox/9049608 to your computer and use it in GitHub Desktop.
Simplified
tweet = "This is, a tweet"
tweetsplit = tweet.split('\w')
puts tweetsplit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment