# File lib/mcollective/data/base.rb, line 7
      def self.inherited(klass)
        type = klass.to_s.split("::").last.downcase

        PluginManager << {:type => type, :class => klass.to_s, :single_instance => false}
      end