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