Method: InotifyCtypes#inotify_close

Defined in:
lib/inotify.rb

#inotify_close(fd) ⇒ Object

Close inotify file descriptor.



148
149
150
# File 'lib/inotify.rb', line 148

def inotify_close(fd)
  $__close.call(fd)
end