# File lib/thread.rb, line 65 def initialize @waiting = [] @locked = false; @waiting.taint # enable tainted comunication self.taint end