Method: Puppet::Util::FileWatcher#each

Defined in:
lib/puppet/util/file_watcher.rb

#each(&blk) ⇒ Object



4
5
6
# File 'lib/puppet/util/file_watcher.rb', line 4

def each(&blk)
  @files.keys.each(&blk)
end