Method: Guard::Linux#initialize

Defined in:
lib/guard/listeners/linux.rb

#initializeLinux

Initialize the Listener.



9
10
11
12
13
14
# File 'lib/guard/listeners/linux.rb', line 9

def initialize(*)
  super
  @inotify = INotify::Notifier.new
  @files   = []
  @latency = 0.5
end