VERSION | = | '1.0.3' |
Listens to file system modifications on a either single directory or multiple directories. When calling this method, the current thread is not blocked.
@param (see Listen::Listener#new)
@yield [modified, added, removed] the changed files @yieldparam [Array<String>] modified the list of modified files @yieldparam [Array<String>] added the list of added files @yieldparam [Array<String>] removed the list of removed files
@return [Listen::Listener] the file listener if no block given
Listens to file system modifications on a either single directory or multiple directories. When calling this method, the current thread is blocked.
@param (see Listen::Listener#new)
@yield [modified, added, removed] the changed files @yieldparam [Array<String>] modified the list of modified files @yieldparam [Array<String>] added the list of added files @yieldparam [Array<String>] removed the list of removed files
@since 1.0.0