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