Class | Ruote::Exp::EchoExpression |
In: |
lib/ruote/exp/fe_echo.rb
|
Parent: | FlowExpression |
An expression for echoing text to STDOUT or to a :s_tracer service (if there is one bound in the engine context).
sequence do participant :ref => 'toto' echo 'toto replied' end