class Generator
- Generator
- Reference
- Object
Overview
+Generator+ generates a desired number of usernames using the file content provided
Defined in:
generator.crConstructors
Instance Method Summary
-
#generate(content : Array(String), n = 1)
Generate n user names using sourcing from the content
- #permutate_with(content_srcs : Array(Array(String)), delimitter = "", suffix = "")
Constructor Detail
Instance Method Detail
def generate(content : Array(String), n = 1)
#
Generate n user names using sourcing from the content