# File lib/thread_safe.rb, line 45 def _mon_initialize @_monitor = Monitor.new unless @_monitor # avoid double initialisation end