lib/rasti/db/nql/nodes/parenthesis_sentence.rb in rasti-db-2.3.3 vs lib/rasti/db/nql/nodes/parenthesis_sentence.rb in rasti-db-3.0.0
- old
+ new
@@ -1,10 +1,10 @@
module Rasti
module DB
module NQL
module Nodes
class ParenthesisSentence < Treetop::Runtime::SyntaxNode
-
+
def dependency_tables
sentence.dependency_tables
end
def computed_attributes(collection_class)
\ No newline at end of file