module Werk::Utils::Redactor

Defined in:

werk/utils/redactor.cr

Constant Summary

Log = ::Log.for(self)
REDACT_CHAR = 'X'

Class Method Summary

Class Method Detail

def self.redact(text : String) : String #

[View source]