Sha256: f6efd7762e3360d39ba6de6e0fe20af6e24bef0f73912155498c206232d0c3e0
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
class AbstractSyntaxTreeKit class Node class MODULE < Node attr_reader :path, :body def initialize(node:, path:, body:) super(node) @path = path @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/module.rb |
astkit-0.1.0 | lib/astkit/node/module.rb |