Sha256: 7d245fd8e788138d3f96c070f6a9e29e2c2525b1ba5bb19f6993cbfeb5aaae43

Contents?: true

Size: 270 Bytes

Versions: 9

Compression:

Stored size: 270 Bytes

Contents

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

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