Method: FSSM::Backends::Inotify#run

Defined in:
lib/fssm/backends/inotify.rb

#runObject



18
19
20
21
22
23
# File 'lib/fssm/backends/inotify.rb', line 18

def run
  begin
    @notifier.run
  rescue Interrupt
  end
end