# File lib/termtter/task.rb, line 13 def execute args = if exec_proc.arity.zero? then [] else [self] end exec_proc.call(*args) if work end