lib/rasti/db/nql/nodes/constants/string.rb in rasti-db-2.2.0 vs lib/rasti/db/nql/nodes/constants/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 String < Treetop::Runtime::SyntaxNode
+ class String < Base
def value
text_value.strip
end
\ No newline at end of file