# File lib/vendor/linux/lib/rb-inotify/event.rb, line 66 def absolute_name return watcher.path if name.empty? return File.join(watcher.path, name) end