Class: MG::Sequence

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

Instance Attribute Summary

Attributes inherited from Action

#done?

Constructors collapse

Methods inherited from Action

#clone, #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



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

def initialize(actions); end