lib/guard/delayed.rb in guard-delayed-0.0.5 vs lib/guard/delayed.rb in guard-delayed-0.0.6

- old
+ new

@@ -14,10 +14,10 @@ # :monitor Start monitor process. # :sleep-delay N Amount of time to sleep when no jobs are found # :prefix NAME String to be prefixed to worker process names def initialize(watchers = [], options = {}) - @options = HashWithIndifferentAccess.new(options) + @options = options super end def start system('script/delayed_job', 'stop')