Sha256: 2f8086edc719a57c749e71c9e363f6c268512d00cabe3f84dfa824e6c50a9187

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

class AbstractSyntaxTreeKit
  class Node
    class EVSTR < 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/evstr.rb
astkit-0.1.0 lib/astkit/node/evstr.rb