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