Module: Ro::Klass

Included in:
Asset, Collection, Collection::List, Node, Path
Defined in:
lib/ro/klass.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



19
20
21
22
23
# File 'lib/ro/klass.rb', line 19

def Klass.included(other)
  other.send(:extend, ClassMethods)
  other.send(:include, InstanceMethods)
  super
end