class AbstractSyntaxTreeKit::Node::ZARRAY
Attributes
value[R]
Public Class Methods
new(node:)
click to toggle source
Calls superclass method
AbstractSyntaxTreeKit::Node::new
# File lib/astkit/node/zarray.rb, line 6 def initialize(node:) super(node) @value = [] end