Method: FSSM::Backends::Inotify#initialize
- Defined in:
- lib/fssm/backends/inotify.rb
#initialize ⇒ Inotify
Returns a new instance of Inotify.
3 4 5 |
# File 'lib/fssm/backends/inotify.rb', line 3 def initialize @notifier = INotify::Notifier.new end |