Returns a new instance of Compose.
15 16 17 18 19
# File 'lib/dip/commands/compose.rb', line 15 def initialize(*argv, shell: true) @argv = argv.compact @shell = shell @config = ::Dip.config.compose || {} end