Object
# File lib/guard/livereload/reactor.rb, line 19 def reload_browser(paths = []) msg = "Reloading browser: #{paths.join(' ')}" UI.info msg if options[:notify] Notifier.notify(msg, title: 'Reloading browser', image: :success) end paths.each do |path| data = _data(path) UI.debug(data) web_sockets.each { |ws| ws.send(MultiJson.encode(data)) } end end
Generated with the Darkfish Rdoc Generator 2.