Sha256: f86c9ceb268b7de86135a0ca56fc96bcec33860143d7ab8a0acffb8354a09258

Contents?: true

Size: 140 Bytes

Versions: 14

Compression:

Stored size: 140 Bytes

Contents

module Take
  class Unit
    module AST
      class Group < Node

        def group?
          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/group.rb
take-0.0.14 lib/take/unit/ast/group.rb
take-0.0.13 lib/take/unit/ast/group.rb
take-0.0.12 lib/take/unit/ast/group.rb
take-0.0.11 lib/take/unit/ast/group.rb
take-0.0.10 lib/take/unit/ast/group.rb
take-0.0.9 lib/take/unit/ast/group.rb
take-0.0.8 lib/take/unit/ast/group.rb
take-0.0.7 lib/take/unit/ast/group.rb
take-0.0.6 lib/take/unit/ast/group.rb
take-0.0.5 lib/take/unit/ast/group.rb
take-0.0.4 lib/take/unit/ast/group.rb
take-0.0.3 lib/take/unit/ast/group.rb
take-0.0.2 lib/take/unit/ast/group.rb