Class: Rubasteme::AST::VectorNode

Inherits:
BranchNode show all
Defined in:
lib/rubasteme/ast/branch_node.rb

Instance Method Summary collapse

Methods inherited from BranchNode

#<<, #[], #[]=, #each, #size, #to_a

Methods inherited from Node

#to_a, #to_s, #type

Constructor Details

#initialize(_ = nil) ⇒ VectorNode



52
53
54
# File 'lib/rubasteme/ast/branch_node.rb', line 52

def initialize(_ = nil)
  super(nil)
end