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