Sha256: 1b4914150b0c68b58eeec1b707fda95aa77fc934cffca2e457f4544e3575c9eb
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
class AbstractSyntaxTreeKit class Node class DOT2 < Node attr_reader :begin, :end def initialize(node:, nd_begin:, nd_end:) super(node) @begin = nd_begin @end = nd_end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/dot2.rb |
astkit-0.1.0 | lib/astkit/node/dot2.rb |