Sha256: 65e8166ff4abd5d44722e807bf44eaed24da960ff6e7b7810fb266f98dc9e256

Contents?: true

Size: 172 Bytes

Versions: 14

Compression:

Stored size: 172 Bytes

Contents

module Take
  class Unit
    module AST
      class Block < Node
        attribute :body, String

        def block?
          true
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
take-0.0.15 lib/take/unit/ast/block.rb
take-0.0.14 lib/take/unit/ast/block.rb
take-0.0.13 lib/take/unit/ast/block.rb
take-0.0.12 lib/take/unit/ast/block.rb
take-0.0.11 lib/take/unit/ast/block.rb
take-0.0.10 lib/take/unit/ast/block.rb
take-0.0.9 lib/take/unit/ast/block.rb
take-0.0.8 lib/take/unit/ast/block.rb
take-0.0.7 lib/take/unit/ast/block.rb
take-0.0.6 lib/take/unit/ast/block.rb
take-0.0.5 lib/take/unit/ast/block.rb
take-0.0.4 lib/take/unit/ast/block.rb
take-0.0.3 lib/take/unit/ast/block.rb
take-0.0.2 lib/take/unit/ast/block.rb