Console
5 6 7 8 9
# File 'lib/dirwatch/executors.rb', line 5 def run args options = Options.from_args(args) send "run_#{options.action}", options nil end