Module: Cryptozoologist::Dictionaries::Quantity

Defined in:
lib/cryptozoologist/dictionaries/quantity.rb

Class Method Summary collapse

Class Method Details

.listObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/cryptozoologist/dictionaries/quantity.rb', line 4

def self.list
  [
    "acres",
    "army",
    "assortment",
    "batch",
    "billions",
    "blizzard",
    "boatload",
    "buckets",
    "bunches",
    "bundles",
    "clusters",
    "collection",
    "congregation",
    "crowds",
    "deluge",
    "dozens",
    "droves",
    "expansive",
    "extensive",
    "flock",
    "gaggle",
    "gargantuan",
    "gathering",
    "gazillions",
    "giant",
    "gigantic",
    "ginormous",
    "great",
    "group",
    "heaps",
    "herd",
    "horde",
    "hundreds",
    "humongous",
    "infinite",
    "jumble",
    "limitless",
    "loads",
    "lots",
    "mammoth",
    "many",
    "mass",
    "masses",
    "mega",
    "miles",
    "millions",
    "mob",
    "mountains",
    "mountainous",
    "multifarious",
    "multitude",
    "multiplicity",
    "numerous",
    "oceans",
    "oodles",
    "overabundance",
    "pack",
    "parcel",
    "piles",
    "plenty",
    "pots",
    "profusion",
    "quantity",
    "reams",
    "sacks",
    "scads",
    "set",
    "several",
    "slew",
    "some",
    "stacks",
    "sundry",
    "swarm",
    "sweeping",
    "thousands",
    "tons",
    "throng",
    "towering",
    "tremendous",
    "troop",
    "umpteen",
    "volumes",
    "wide",
    "yards",
    "zillions"
  ]
end