Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created August 15, 2019 16:49
Show Gist options
  • Select an option

  • Save joegaudet/af3ec383cf013d74b394d20754efdef8 to your computer and use it in GitHub Desktop.

Select an option

Save joegaudet/af3ec383cf013d74b394d20754efdef8 to your computer and use it in GitHub Desktop.
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