Created
August 15, 2019 16:49
-
-
Save joegaudet/af3ec383cf013d74b394d20754efdef8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 100.times do |i| | |
| Thread.new { puts "Index: #{i}"} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment