Class: Plasma::Interpreter::TrueNode

Inherits:
PlasmaNode 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



310
311
312
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 310

def evaluate(env)
  true
end