# File lib/thread.rb, line 266 def initialize @que = [] @waiting = [] @que.taint # enable tainted comunication @waiting.taint self.taint end