# File lib/guard/livereload.rb, line 13 def initialize(watchers = [], options = {}) super @options = { :api_version => '1.6', :host => '0.0.0.0', :port => '35729', :apply_js_live => true, :apply_css_live => true, :grace_period => 0 }.update(options) end