# File lib/rb-inotify/watcher.rb, line 47 def close return if Native.inotify_rm_watch(@notifier.fd, @id) == 0 raise SystemCallError.new("Failed to stop watching #{path.inspect}", FFI.errno) end