Module: Inspectable::Transformers::Redactor

Defined in:
lib/inspectable/transformers/redactor.rb

Overview

Redacts sensitive information.

Class Method Summary collapse

Class Method Details

.call(value) ⇒ Object



9
# File 'lib/inspectable/transformers/redactor.rb', line 9

def call(value) = ("[REDACTED]".inspect if value)