Method: String#restored

Defined in:
lib/wavefront-cli/stdlib/string.rb

#restoredObject

We use a carat as a temporary whitespace character to avoid undesirable line breaking. This puts it back



52
53
54
# File 'lib/wavefront-cli/stdlib/string.rb', line 52

def restored
  tr('^', ' ').chomp
end