# File lib/inotify/inotify_native.rb, line 107
      def inspect
        "<%s name=%s mask=%s wd=%s>" % [
          self.class,
          self.name,
          self.mask,
          self.wd
        ]
      end