module Namer

Extended Modules

Defined in:

namer.cr
words/adjectives.cr

Constant Summary

ADJECTIVES = ["bright", "dark", "imaginary", "ultimate", "primary", "secondary", "tertiary", "lime", "cyan", "rose", "pale", "blue", "green", "red", "yellow", "purple", "orange", "violent", "calm", "extreme", "first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "ninth", "tenth"] of ::String
ADVERBS = ["quickly"] of ::String
NOUNS = ["cloud", "rain", "water", "fire", "sky", "earth", "rock", "room", "door", "tower", "ring", "orb", "arrow", "brain", "foot", "hand", "head", "ear", "eye", "tree", "vine", "heart"] of ::String
VERBS = ["open", "close", "link", "transport", "find", "fill", "empty", "visit", "utilize", "send", "serve", "consume"] of ::String
VERSION = {{ (`shards version /srv/crystaldoc.info/github-Willamin-namer-old-master/src`).chomp.stringify }}

Instance Method Summary

Instance Method Detail

def generate(pattern : Array(Array(String)), glue : String = " ") #

[View source]