54 55 56
# File 'lib/base_chip/tasker.rb', line 54 def tasks_total @tasks_pending + @tasks_running + @tasks_complete end