Class: MG::Follow
Constructors collapse
-
#initialize(followed_node) ⇒ Follow
constructor
Creates an action that sets up the receiver to follow the ‘followed node’.
Methods inherited from Action
Constructor Details
#initialize(followed_node) ⇒ Follow
Creates an action that sets up the receiver to follow the ‘followed node’.
269 |
# File 'doc/API_reference.rb', line 269 def initialize(followed_node); end |