module Blockenspiel::DSL
DSL
activation module¶ ↑
Include this module in a class to mark this class as a DSL
class and make it possible for its methods to be called from a block that does not take a parameter.
After you include this module, you can use the directives defined in DSLSetupMethods
to control what methods are available to DSL
blocks that do not take parameters.