Module: Mache::DSL

Included in:
Node
Defined in:
lib/mache/dsl.rb

Overview

The DSL module is mixed into the Node class to provide the DSL for defining elements and components.

See ClassMethods for documentation.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/mache/dsl.rb', line 7

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