Sha256: 1e945284046e089579b1775300a6fd5e3c2dd1ce88197f843f52272c477e544b

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

class AbstractSyntaxTreeKit
  class Node
    class HASH < Node
      attr_reader :elements

      def initialize(node:, elements:)
        super(node)
        @elements = elements
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
astkit-0.1.1 lib/astkit/node/hash.rb
astkit-0.1.0 lib/astkit/node/hash.rb