Watched inotify events
@see www.tin.org/bin/man.cgi?section=7&topic=inotify @see github.com/nex3/rb-inotify/blob/master/lib/rb-inotify/notifier.rb#L99-L177
The message to show when the limit of inotify watchers is not enough
# File lib/listen/adapters/linux.rb, line 24 def self.adapter_gem; 'rb-inotify'; end
Initializes the Adapter.
@see Listen::Adapter#initialize
# File lib/listen/adapters/linux.rb, line 30 def initialize(directories, options = {}, &callback) super rescue Errno::ENOSPC abort(INOTIFY_LIMIT_MESSAGE) end
Generated with the Darkfish Rdoc Generator 2.