Sha256: 58bec92bcde75ccec4bf5123e03d70be5c28833f1883c46a6d0aa479fad1b726
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
class AbstractSyntaxTreeKit class Node class UNTIL < Node attr_reader :condition, :body def initialize(node:, condition:, body:) super(node) @condition = condition @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/until.rb |
astkit-0.1.0 | lib/astkit/node/until.rb |