Class: EleetScript::NextNode
Instance Method Summary collapse
Methods included from NodeMethods
#is_node?, #nextable?, #returnable?, #spaces, #to_s
Instance Method Details
#==(o) ⇒ Object
202 203 204 |
# File 'lib/lang/nodes.rb', line 202 def ==(o) o.kind_of?(NextNode) end |
#eval(context, memory) ⇒ Object
201 |
# File 'lib/lang/nodes.rb', line 201 def eval(context, memory); end |