Class: MG::Follow

Inherits:
Action 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(followed_node) ⇒ Follow

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

Parameters:

  • followed_node (Node)

    the node to follow



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

def initialize(followed_node); end