From: Jason Yuan Date: 2007-12-24T20:04:58+09:00 Subject: What happened when i invoke Thread.current.stop th1 = Thread.new { Thread.current.stop # it should be Thread.stop puts "i am running" } th1.run # some error I know it should be Thread.stop, bu t anyone can tell me why? thanks for the help!