Sha256: 8a4bf0bfcad12f26289f42085ff0e95be02cd36a9125e04e30526336e27fbb1c
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
class AbstractSyntaxTreeKit class Node class MATCH < 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/match.rb |
astkit-0.1.0 | lib/astkit/node/match.rb |