Class: Plasma::Interpreter::ParamsNode

Inherits:
ColNode show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Instance Method Summary collapse

Methods inherited from ColNode

#col

Methods inherited from PlasmaNode

#empty?, #evaluate

Instance Method Details

#symsObject



268
269
270
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 268

def syms
  col.map{|node| node.text_value.to_sym}
end