class Fincher::ReplacementStrategies::NShifter

Defined in:

fincher/strategies/replacement/n_shifter.cr

Constructors

Instance Method Summary

Instance methods inherited from class Fincher::ReplacementStrategies::Base

replace(to_replace : Char) : Char
replace(to_replace : String) : String
replace
, seed : UInt32 seed

Constructor methods inherited from class Fincher::ReplacementStrategies::Base

new(seed : UInt32) new

Constructor Detail

def self.new(seed : UInt32, n : Int32) #

[View source]

Instance Method Detail

def n : Int32 #

[View source]
def replace(to_replace : Char) : Char #

[View source]
def replace(to_replace : String) : String #

[View source]