Module: ChoronSupport::SetMaskFor

Extended by:
ActiveSupport::Concern
Defined in:
lib/choron_support/set_mask_for.rb

Defined Under Namespace

Classes: CanNotMaskError, NameError

Constant Summary collapse

WITH_OUT_MASK_FLAG_VARIABLE_NAME =
:__choron_with_out_mask_flag__
MASKING_VALUES =
{ string: "****", else: nil }.freeze