Method: Plugin.load_plugin

Defined in:
lib/twke/plugin.rb

.load_pluginObject

Invoked to load this plugin. Will initialize and add to the loaded plugins list. TODO: Add initialization parameters here??



28
29
30
# File 'lib/twke/plugin.rb', line 28

def load_plugin
  Plugin.loaded_plugins << new()
end