Method: Pfab::CLI#all_runnables

Defined in:
lib/pfab/cli.rb

#all_runnablesObject



336
337
338
# File 'lib/pfab/cli.rb', line 336

def all_runnables
  deployables.merge(run_locals)
end