Skip to content

Instantly share code, notes, and snippets.

@Rosa-Fox
Created February 17, 2014 12:20
Show Gist options
  • Save Rosa-Fox/9049599 to your computer and use it in GitHub Desktop.
Save Rosa-Fox/9049599 to your computer and use it in GitHub Desktop.
Simplified
tweet = "Thisis 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