Sha256: a24345ee74450bf6188cb2486d0bfce2bda6d180e127719584d674155e2976e7
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
module Percheron module Commands class Start < Abstract default_parameters! def execute opts = { container_names: container_names } stack.start!(opts) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
percheron-0.6.4 | lib/percheron/commands/start.rb |