class Generator

Overview

+Generator+ generates a desired number of usernames using the file content provided

Defined in:

generator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

[View source]

Instance Method Detail

def generate(content : Array(String), n = 1) #

Generate n user names using sourcing from the content


[View source]
def permutate_with(content_srcs : Array(Array(String)), delimitter = "", suffix = "") #

[View source]