class Masked::Str

Defined in:

masked_string/str.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, chars_to_show : Int32 = 4, mask_char : Char = '*') #

[View source]

Instance Method Detail

def +(other : self) #

[View source]
def ==(other : self) #

[View source]
def to_s #

[View source]
def value #

[View source]