Class: Pluggable::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/pluggable.rb

Class Method Summary collapse

Class Method Details

.inherited(klass) ⇒ Object



47
48
49
# File 'lib/pluggable.rb', line 47

def self.inherited(klass)
   PluginFactory.instance << klass
end