Class: MG::Repeat
Constructors collapse
- FOREVER =
This constant is used as a count value indicating an infinite loop.
-1
Constructors collapse
-
#initialize(target_action, times) ⇒ Repeat
constructor
Creates an action that repeats the provided action a certain number of times.
Methods inherited from Action
Constructor Details
#initialize(target_action, times) ⇒ Repeat
Creates an action that repeats the provided action a certain number of times.
306 |
# File 'doc/API_reference.rb', line 306 def initialize(target_action, times); end |