class Gitlab::QA::Docker::Command

def self.execute(cmd, &block)

def self.execute(cmd, &block)
  new(cmd).execute!(&block)
end