Sha256: 6014e3a8d452b8893fb0df10cf105af722ba36207676833d036a71490b294ca4
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
class AbstractSyntaxTreeKit class Node class FLIP2 < 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/flip2.rb |
astkit-0.1.0 | lib/astkit/node/flip2.rb |