class Blockenspiel::Base
DSL
activation base class¶ ↑
Subclasses of this base class are considered DSL
classes. Methods of the class can be made available to be called from a block that doesn’t take an explicit block parameter. You may use the directives defined in DSLSetupMethods
to control how methods of the class are handled in such blocks.
Subclassing this base class is functionally equivalent to simply including Blockenspiel::DSL
in the class.