# File lib/guard.rb, line 276 def run_on_change(files) run do run_on_guards do |guard| run_on_change_task(files, guard) end end end