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