Sha256: 9254a6b39cc12c6112a4188d936cc16185ed7d7ca54e28718ea077135dcf51ad
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
class AbstractSyntaxTreeKit class Node class NBEGIN < Node attr_reader :body def initialize(node:, body:) super(node) @body = body end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/nbegin.rb |
astkit-0.1.0 | lib/astkit/node/nbegin.rb |