Sha256: 50ae55fb714845b0521744b63ab1aab9829968c61e9ee3d159088179d45ab1a1

Contents?: true

Size: 248 Bytes

Versions: 9

Compression:

Stored size: 248 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Constants
          class True < Treetop::Runtime::SyntaxNode

            def value
              true
            end

          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rasti-db-2.2.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-2.0.1 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/constants/true.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/constants/true.rb