Sha256: eb1f7e55dc399c539d08cceab7e3b5f4bae77f2b5af387937a8728551f10014f
Contents?: true
Size: 141 Bytes
Versions: 2
Compression:
Stored size: 141 Bytes
Contents
class AbstractSyntaxTreeKit class Node class RETURN < 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/return.rb |
astkit-0.1.0 | lib/astkit/node/return.rb |