Method: FileWatch::WatchedFilesCollection#close_all
- Defined in:
- lib/filewatch/watched_files_collection.rb
#close_all ⇒ Object
Closes all managed watched files.
11 12 13 |
# File 'lib/filewatch/watched_files_collection.rb', line 11 def close_all each_file(&:file_close) # synchronized end |