# File lib/monitor.rb, line 185
  def self.extend_object(obj)
    super(obj)
    obj.instance_eval {mon_initialize()}
  end