Skip to content

Instantly share code, notes, and snippets.

@nanki
Created September 11, 2011 08:57
Show Gist options
  • Save nanki/1209354 to your computer and use it in GitHub Desktop.
Save nanki/1209354 to your computer and use it in GitHub Desktop.
1.8.7/1.9.2
# $ echo 'class B;end' > b.rb
b = Thread.new { p autoload(:B, './b') }
sleep 0.00002
b.kill
B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment