Class: MG::RepeatForever

Inherits:
Action
  • Object
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(target_action) ⇒ RepeatForever

Creates an action that repeats the provided action forever.

Parameters:

  • target_action (Action)

    the action to repeat.



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

def initialize(target_action); end