Class: PoiseApplicationGit::SafeString

Inherits:
String
  • Object
show all
Defined in:
lib/poise_application_git/safe_string.rb

Overview

A string that won't be shown in Chef error output

Instance Method Summary collapse

Instance Method Details

#to_textObject



21
22
23
# File 'lib/poise_application_git/safe_string.rb', line 21

def to_text
  '"suppressed sensitive value"'
end