lib/rasti/db/nql/nodes/constants/literal_string.rb in rasti-db-2.2.0 vs lib/rasti/db/nql/nodes/constants/literal_string.rb in rasti-db-2.3.0

- old
+ new

@@ -1,10 +1,10 @@ module Rasti module DB module NQL module Nodes module Constants - class LiteralString < Treetop::Runtime::SyntaxNode + class LiteralString < Base def value string.text_value end \ No newline at end of file