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