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