Class: MG::Sequence
Constructors collapse
-
#initialize(actions) ⇒ Sequence
constructor
Creates an action that runs actions sequentially, one after another on the receiver.
Methods inherited from Action
Constructor Details
#initialize(actions) ⇒ Sequence
Creates an action that runs actions sequentially, one after another on the receiver.
247 |
# File 'doc/API_reference.rb', line 247 def initialize(actions); end |