Object
# File lib/listen/record.rb, line 29 def build @paths = _init_paths listener.directories.each do |path| options = { type: 'Dir', recursive: true, silence: true } listener.registry[:change_pool].change(path, options) end end
# File lib/listen/record.rb, line 25 def dir_entries(path) @paths[path.to_s] end
# File lib/listen/record.rb, line 21 def file_data(path) @paths[::File.dirname(path)][::File.basename(path)] || {} end
Generated with the Darkfish Rdoc Generator 2.