Method: PluginRegistry::Plugin.plugin_registry
- Defined in:
- lib/utils/plugin_registry.rb
.plugin_registry ⇒ PluginRegistry
Retrieve the plugin registry associated with this plugin
41 42 43 |
# File 'lib/utils/plugin_registry.rb', line 41 def self.plugin_registry raise "Plugin #{self} does not implement `self.plugin_registry()`. This method is required" end |