module T::Configuration

def self.redaction_handler=(handler)

Parameters:
  • handler (Lambda, Proc, nil) -- Proc that converts a value into its
def self.redaction_handler=(handler)
  @redaction_handler = handler
end