module Cryptozoologist::Dictionaries::Quantity

Public Class Methods

list() click to toggle source
# 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