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