Class: Plasma::Interpreter::FunNode

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



262
263
264
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 262

def evaluate(env)
  Closure.new(env, params.syms, plasma)
end