module Triki::ConfigApplicator

Defined in:

triki/config_applicator.cr

Class Method Summary

Class Method Detail

def self.apply_table_config(row : Array(String | Nil), table_config : Triki::ConfigTableHash, columns : ColumnList, faker = Faker, dictionary = EnglishDictionary) #

ameba:disable Metrics/CyclomaticComplexity


[View source]
def self.clean_bad_whitespace(value) #

[View source]
def self.clean_quotes(value) #

[View source]
def self.make_conditional_method(conditional_method, index, row) : Proc #

[View source]
def self.random_integer(between : IntRange) : Int32 #

[View source]
def self.random_string(length_or_range, chars) #

[View source]
def self.row_as_hash(row : Array, columns : Array) : RowAsHash #

[View source]