Sha256: 7a8eb111eb6ec1ac28cee79c79f76ff8b0518dab0758d733fe3e073c25c080a6
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
class AbstractSyntaxTreeKit class Node class BLOCK < Node attr_reader :statements def initialize(node:, statements:) super(node) @statements = statements end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/block.rb |
astkit-0.1.0 | lib/astkit/node/block.rb |