Skip to content

Instantly share code, notes, and snippets.

@lbt
Created June 17, 2010 21:52
Show Gist options
  • Save lbt/442845 to your computer and use it in GitHub Desktop.
Save lbt/442845 to your computer and use it in GitHub Desktop.
david@ash:/maemo/devel/obs/boss/demo$ ruby1.9.1 -rtracer -e "Thread.new { puts 'x' }"
#0:ruby1.9.1:0:Kernel:<: ?
#0:-e:1::-: Thread.new { puts 'x' }
#0:-e:1:Thread:>: Thread.new { puts 'x' }
#0:-e:1:Thread:>: Thread.new { puts 'x' }
#0:-e:1:Thread:<: Thread.new { puts 'x' }
x#0:-e:1:Thread:<: Thread.new { puts 'x' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment