lib/dentaku/ast/grouping.rb in dentaku-2.0.4 vs lib/dentaku/ast/grouping.rb in dentaku-2.0.5
- old
+ new
@@ -10,8 +10,12 @@
end
def type
@node.type
end
+
+ def dependencies(context={})
+ @node.dependencies(context)
+ end
end
end
end