Method: PluginRegistry::Plugin.plugin_registry

Defined in:
lib/utils/plugin_registry.rb

.plugin_registryPluginRegistry

Retrieve the plugin registry associated with this plugin



41
42
43
# File 'lib/utils/plugin_registry.rb', line 41

def self.plugin_registry
  fail "Plugin #{self} does not implement `self.plugin_registry()`. This method is required"
end