Class: MG::Sequence

Inherits:
Action show all
Defined in:
doc/API_reference.rb

Constructors collapse

Methods inherited from Action

#clone, #done?, #reverse

Constructor Details

#initialize(actions) ⇒ Sequence

Creates an action that runs actions sequentially, one after another on the receiver.

Parameters:

  • actions (Action[])

    the array of actions to run in sequence



247
# File 'doc/API_reference.rb', line 247

def initialize(actions); end