Skip to content

Instantly share code, notes, and snippets.

@igorshapiro
Created October 13, 2014 18:26
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 igorshapiro/852101d2500891c653ee to your computer and use it in GitHub Desktop.
Save igorshapiro/852101d2500891c653ee to your computer and use it in GitHub Desktop.
File.open("words.txt").each_line {|l|
l.split(" ").each{|w|
puts w
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment