# File lib/thread_safe/synchronized_delegator.rb, line 28 def initialize(obj) __setobj__(obj) @monitor = Monitor.new end