Method: CORL::Plugin::Network#remove_plugin
- Defined in:
- lib/core/plugin/network.rb
#remove_plugin ⇒ Object
27 28 29 30 31 32 33 |
# File 'lib/core/plugin/network.rb', line 27 def remove_plugin CORL.remove_plugin(config) each_plugin do |type, provider, name, plugin| CORL.remove_plugin(plugin) end end |