Module: ClassLevelInheritableAttributes

Included in:
RaveEmbed::JsInclude, RaveEmbed::WavePanel
Defined in:
lib/six-updater-web/vendor/plugins/rave_embed/lib/rave_embed/cattr_inheritable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
# File 'lib/six-updater-web/vendor/plugins/rave_embed/lib/rave_embed/cattr_inheritable.rb', line 2

def self.included(base)
  base.extend(ClassMethods)    
end