# File lib/guard/listeners/linux.rb, line 9 def initialize(*) super @inotify = INotify::Notifier.new @files = [] @latency = 0.5 end