Module: Mantra::Helpers::ObjectWithType

Included in:
Command, Manifest::Element, Manifest::Scope, MergeTool, Transform, Transform::Input
Defined in:
lib/mantra/helpers/object_with_type.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods Classes: UnknownType, UnspecifiedType

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
11
# File 'lib/mantra/helpers/object_with_type.rb', line 8

def self.included(base)
  base.send :extend, ClassMethods
  base.send :include, InstanceMethods
end