Sha256: 283763a210afd30674cd8bf3dfe04877669c733069162d6242c96b7681160724
Contents?: true
Size: 140 Bytes
Versions: 2
Compression:
Stored size: 140 Bytes
Contents
class AbstractSyntaxTreeKit class Node class BREAK < Node def initialize(node:) super(node) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/break.rb |
astkit-0.1.0 | lib/astkit/node/break.rb |