Sha256: 2df12fec0ecbe13f71f1baa6bee4c9280118e714ab765a7e2067f3f57a5e89d5

Contents?: true

Size: 140 Bytes

Versions: 14

Compression:

Stored size: 140 Bytes

Contents

module Take
  class Unit
    module AST
      class After < Node

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