Class: EleetScript::NextNode

Inherits:
NodeType show all
Defined in:
lib/lang/nodes.rb

Instance Method Summary collapse

Methods included from NodeMethods

#is_node?, #nextable?, #returnable?, #spaces, #to_s

Instance Method Details

#==(o) ⇒ Object



200
201
202
# File 'lib/lang/nodes.rb', line 200

def ==(o)
  o.kind_of?(NextNode)
end

#eval(context, memory) ⇒ Object



199
# File 'lib/lang/nodes.rb', line 199

def eval(context, memory); end