# File lib/guard/rspec.rb, line 40 def run_on_modifications(paths) return false if paths.empty? _throw_if_failed { runner.run(paths) } end