Class: Dirwatch::Executor
Direct Known Subclasses
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.from_args(args) send "run_#{options.action}", nil end |