Flowdock
extend_object(obj) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/monitor.rb, line 159
  def self.extend_object(obj)
    super(obj)
    obj.__send__(:mon_initialize)
  end
Register or log in to add new notes.