Class: Plasma::Interpreter::RelationNode

Inherits:
PlasmaNode
  • Object
show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Instance Method Summary collapse

Methods inherited from PlasmaNode

#empty?

Instance Method Details

#evaluate(env) ⇒ Object



336
337
338
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 336

def evaluate(env)
  {sym.text_value.to_sym => plasma.evaluate(env)}
end