# File lib/guard/runner.rb, line 53
    def run(task, scopes = {})
      Lumberjack.unit_of_work do
       scoped_guards(scopes) do |guard|
          run_supervised_task(guard, task)
        end
      end
    end