Method: Capnotify::Plugin::Message#unload

Defined in:
lib/capnotify/plugin/message.rb

#unloadObject

delete the component when this plugin is unloaded



27
28
29
# File 'lib/capnotify/plugin/message.rb', line 27

def unload
  capnotify.delete_component PLUGIN_NAME
end