Class: MG::RepeatForever
Constructors collapse
-
#initialize(target_action) ⇒ RepeatForever
constructor
Creates an action that repeats the provided action forever.
Methods inherited from Action
Constructor Details
#initialize(target_action) ⇒ RepeatForever
Creates an action that repeats the provided action forever.
320 |
# File 'doc/API_reference.rb', line 320 def initialize(target_action); end |