# File lib/inotify/inotify_native.rb, line 60
    def initialize
      @fd = self.inotify_init
      @io = FFI::IO.for_fd(@fd)
    end