Module: Ruote::Exp::CommandMixin

Included in:
CommandExpression, CommandedExpression
Defined in:
lib/ruote/exp/command.rb

Overview

Commands are understood by the cursor, loop and iterator expressions.

Constant Summary collapse

F_COMMAND =

Field name ‘__command__’, where one can place a command.

'__command__'
ATT_COMMANDS =

break_if, break_unless, rewind_if, rewind_unless, …

%w[ break rewind reset over stop ]