Class: Dirwatch::Executor

Inherits:
Object show all
Defined in:
lib/dirwatch/executors.rb

Direct Known Subclasses

Console

Instance Method Summary collapse

Instance Method Details

#run(args) ⇒ Object



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