Skip to content

Instantly share code, notes, and snippets.

@bensummers
Created September 8, 2013 12:46
Show Gist options
  • Save bensummers/6484475 to your computer and use it in GitHub Desktop.
Save bensummers/6484475 to your computer and use it in GitHub Desktop.
thread = Thread.new do
require 'b.rb'
end
thread.join()
puts "Boo!"
require 'a.rb'
require 'b.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment