Class: MG::Follow

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

Constructors collapse

Methods inherited from Action

#clone, #done?, #reverse

Constructor Details

#initialize(followed_node) ⇒ Follow

Creates an action that sets up the receiver to follow the ‘followed node’.

Parameters:

  • followed_node (Node)

    the node to follow



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

def initialize(followed_node); end