# File lib/guard/livereload.rb, line 33 def run_on_changes(paths) sleep @options[:grace_period] reactor.reload_browser(paths) end