class Gitlab::QA::Docker::Command

def initialize(cmd = nil)

def initialize(cmd = nil)
  @args = Array(cmd)
end