Method: Listen::Record::Entry#sys_path
- Defined in:
- lib/listen/record/entry.rb
#sys_path ⇒ Object
34 35 36 37 |
# File 'lib/listen/record/entry.rb', line 34 def sys_path # Use full path in case someone uses chdir ::File.join(*[@root, @relative, @name].compact) end |