Module: CiInACan::Watcher

Defined in:
lib/ci_in_a_can/watcher.rb

Class Method Summary collapse

Class Method Details

.watch(watching_location, working_location) ⇒ Object



7
8
9
# File 'lib/ci_in_a_can/watcher.rb', line 7

def self.watch watching_location, working_location
  build_listener(watching_location, working_location).start
end