# File lib/monitor.rb, line 138
  def self.extend_object(obj)
    super(obj)
    obj.send(:mon_initialize)
  end