class TerraformLandscape::Output

def bold_error(*args)

Parameters:
  • args (Array) --
def bold_error(*args)
  color('1;31', *args)
end