class PoiseGit::SafeString

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

Public Instance Methods

to_text() click to toggle source
# File lib/poise_git/safe_string.rb, line 21
def to_text
  '"suppressed sensitive value"'
end