Module: Kiba::Extend::Command::Run
- Extended by:
- Runnable
- Defined in:
- lib/kiba/extend/command/run.rb
Class Method Summary collapse
Methods included from Runnable
resolve_creator, resolve_job, run_job
Class Method Details
.job(key) ⇒ Object
13 14 15 |
# File 'lib/kiba/extend/command/run.rb', line 13 def job(key) run_job(key) end |