class Gitlab::QA::Support::ShellCommand

def string_output

Returns:
  • (String) -
def string_output
  mask_secrets(output.join.chomp)
end