Method: AutomateIt::Plugin::Manager.abstract_manager

Defined in:
lib/automateit/plugin/manager.rb

.abstract_managerObject

Declare that this manager class is abstract. It can be subclassed but will not be instantiated by the Interpreter.



32
33
34
# File 'lib/automateit/plugin/manager.rb', line 32

def self.abstract_manager
  classes.delete(self)
end