Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created October 21, 2012 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poincare/3928542 to your computer and use it in GitHub Desktop.
Save Poincare/3928542 to your computer and use it in GitHub Desktop.
def get_words(sentence)
sentence.split(" ")
end
puts get_words("This is pretty awesome")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment