Sha256: 31b7785d6f7c0dd430938d4295617c03eb8750ee1843e1a60f86dc7dc7d9321d

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

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

            def value
              false
            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/false.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-2.0.1 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/constants/false.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/constants/false.rb