lib/guard/livereload/reactor.rb in guard-livereload-2.3.1 vs lib/guard/livereload/reactor.rb in guard-livereload-2.4.0

- old
+ new

@@ -1,8 +1,8 @@ require 'multi_json' module Guard - class LiveReload + class LiveReload < Plugin class Reactor attr_reader :web_sockets, :thread, :options, :connections_count def initialize(options) @web_sockets = []