Class: DslBuilder

Inherits:
Object show all
Defined in:
lib/iron/extensions/dsl_builder.rb

Overview

Provides a base class for building DSL (domain specific language) builder classes, ie classes that define a minimal subset of methods and act as aggregators of settings or functionality. Similar to BasicObject in the standard library, but has methods such as respond_to? and send that are required for any real DSL building effort.