Generator
Inherits Reference < Object
+Generator+ generates a desired number of usernames using the file content provided
Constructors
Instance methods
generate(content : Array(String), n = 1)
Generate n user names using sourcing from the content
permutate_with(content_srcs : Array(Array(String)), delimitter = "", suffix = "")
Source