Sha256: 2e897e0ad6d315cfe954034c28b080cbc8a5cd97320ba50bf29af7ece75bc7f8
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
class AbstractSyntaxTreeKit class Node class LAMBDA < Node attr_reader :body def initialize(node:, body:) super(node) @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/lambda.rb |
astkit-0.1.0 | lib/astkit/node/lambda.rb |