Sha256: f2517b1db5b6cf02ac2fabae62b5b954956a76f9bde358794b424075290b9243
Contents?: true
Size: 187 Bytes
Versions: 2
Compression:
Stored size: 187 Bytes
Contents
class AbstractSyntaxTreeKit class Node class ZARRAY < Node attr_reader :value def initialize(node:) super(node) @value = [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/zarray.rb |
astkit-0.1.0 | lib/astkit/node/zarray.rb |