Module: WatchConfig

Included in:
WatchJob
Defined in:
lib/file_watcher/watch_config.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/file_watcher/watch_config.rb', line 3

def self.included base
  base.extend( ClassMethods)
end