class MCollective::Connector::Base

Public Class Methods

inherited(klass) click to toggle source
# File lib/mcollective/connector/base.rb, line 19
def self.inherited(klass)
  PluginManager << {:type => "connector_plugin", :class => klass.to_s}
end