# File lib/inotify/inotify_native.rb, line 160
      def name
        @struct[:len] > 0 ? @buf.get_string(16, @struct[:len]) : ''
      end