lib/taskinator/visitor.rb in taskinator-0.0.17 vs lib/taskinator/visitor.rb in taskinator-0.0.18

- old
+ new

@@ -19,8 +19,12 @@ def visit_type(attribute) end def visit_args(attribute) end + + def task_count + # return the total count of all tasks + end end end end