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