class Guard::Linux

def initialize(*)


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