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

- old
+ new

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