Sha256: 5f6736733bd64c062cf16717ab0d4e43580b79aa30f44dd47fb768945550d8f3

Contents?: true

Size: 142 Bytes

Versions: 14

Compression:

Stored size: 142 Bytes

Contents

module Take
  class Unit
    module AST
      class Prefix < Node

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