Method: FileWatch::Discoverer#discover

Defined in:
lib/filewatch/discoverer.rb

#discoverObject



30
31
32
33
34
# File 'lib/filewatch/discoverer.rb', line 30

def discover
  @watching.each do |path|
    discover_files_ongoing(path)
  end
end