Method: Ant::Configuration::ServiceManager.register_plugin

Defined in:
lib/ant/configs/service_manager.rb

.register_plugin(name, type = 'multi') ⇒ Object

The type unique is for global configurations as multi is for a hash containing all the objects to be created



67
68
69
# File 'lib/ant/configs/service_manager.rb', line 67

def self.register_plugin(name, type = 'multi')
  register(:plugins, name, type)
end