A Vector is an array-like structure if integer-indexed cells
Vector
64 65 66
# File 'lib/heist/parser/nodes.rb', line 64 def cells @cells ||= elements[2].elements end
60 61 62
# File 'lib/heist/parser/nodes.rb', line 60 def eval Runtime::Vector.new(cells) { |cell| cell.eval } end