class ExhaustiveSearch::Processor

Defined in:

exhaustive_search/processor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(charset : Array(String), target : String, limit : UInt8) #

[View source]

Instance Method Detail

def call #

[View source]
def chars : Array(String) #

[View source]
def chars=(chars : Array(String)) #

[View source]
def charset : Array(String) #

[View source]
def charset=(charset : Array(String)) #

[View source]
def limit : UInt8 #

[View source]
def limit=(limit : UInt8) #

[View source]
def step : UInt64 #

[View source]
def step=(step : UInt64) #

[View source]
def target : String #

[View source]
def target=(target : String) #

[View source]