# File lib/guard/livereload/reactor.rb, line 8 def initialize(options) @web_sockets = [] @options = options @thread = start_threaded_reactor(options) end