Module: Cryptozoologist::Dictionaries::Animals::Common

Defined in:
lib/cryptozoologist/dictionaries/animals/common.rb

Class Method Summary collapse

Class Method Details

.listObject



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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
# File 'lib/cryptozoologist/dictionaries/animals/common.rb', line 5

def self.list
  [
    "abyssinian",
    "affenpinscher",
    "adelie penguin",
    "afghan hound",
    "ainu dog",
    "airedale terrier",
    "akbash",
    "akita",
    "alaskan malamute",
    "albatross",
    "aldabra giant tortoise",
    "alligator",
    "alpine dachsbracke",
    "anatolian shepherd dog",
    "angelfish",
    "ant",
    "anteater",
    "antelope",
    "appenzeller dog",
    "arctic fox",
    "arctic hare",
    "arctic wolf",
    "armadillo",
    "asian elephant",
    "asian giant hornet",
    "asian palm civet",
    "asiatic black bear",
    "australian shepherd",
    "avocet",
    "axolotl",
    "aye aye",
    "baboon",
    "bactrian camel",
    "badger",
    "balinese",
    "banded palm civet",
    "bandicoot",
    "barb",
    "barn owl",
    "barnacle",
    "barracuda",
    "basenji dog",
    "basking shark",
    "basset hound",
    "bat",
    "bavarian mountain hound",
    "beagle",
    "bear",
    "bearded collie",
    "bearded dragon",
    "beaver",
    "bedlington terrier",
    "beetle",
    "bengal tiger",
    "bernese mountain dog",
    "bichon frise",
    "binturong",
    "bird",
    "birds of paradise",
    "birman",
    "bison",
    "black bear",
    "black rhinoceros",
    "black russian terrier",
    "black widow spider",
    "bloodhound",
    "blue lacy dog",
    "blue whale",
    "bluetick coonhound",
    "bobcat",
    "bolognese dog",
    "bombay",
    "bongo",
    "bonobo",
    "booby",
    "border collie",
    "border terrier",
    "bornean orang utan",
    "borneo elephant",
    "boston terrier",
    "bottle nosed dolphin",
    "boxer dog",
    "boykin spaniel",
    "brazilian terrier",
    "brown bear",
    "budgerigar",
    "buffalo",
    "bull mastiff",
    "bull shark",
    "bull terrier",
    "bulldog",
    "bullfrog",
    "bumble bee",
    "burmese",
    "burrowing frog",
    "butterfly",
    "butterfly fish",
    "caiman",
    "caiman lizard",
    "cairn terrier",
    "camel",
    "canaan dog",
    "capybara",
    "caracal",
    "carolina dog",
    "cassowary",
    "cat",
    "caterpillar",
    "catfish",
    "cavalier king charles spaniel",
    "centipede",
    "cesky fousek",
    "chameleon",
    "chamois",
    "cheetah",
    "chesapeake bay retriever",
    "chicken",
    "chihuahua",
    "chimpanzee",
    "chinchilla",
    "chinese crested dog",
    "chinook",
    "chinstrap penguin",
    "chipmunk",
    "chow chow",
    "cichlid",
    "clouded leopard",
    "clown fish",
    "clumber spaniel",
    "coati",
    "cockroach",
    "collared peccary",
    "collie",
    "coral",
    "cottontop tamarin",
    "cougar",
    "cow",
    "coyote",
    "crab",
    "crab eating macaque",
    "crane",
    "crested penguin",
    "crocodile",
    "cross river gorilla",
    "curly coated retriever",
    "cuscus",
    "cuttlefish",
    "dachshund",
    "dalmatian",
    "darwin's frog",
    "deer",
    "desert tortoise",
    "deutsche bracke",
    "dhole",
    "dingo",
    "discus",
    "doberman pinscher",
    "dodo",
    "dog",
    "dogo argentino",
    "dogue de bordeaux",
    "dolphin",
    "donkey",
    "dormouse",
    "dragonfly",
    "drever",
    "duck",
    "dugong",
    "dunker",
    "dusky dolphin",
    "dwarf crocodile",
    "eagle",
    "earwig",
    "eastern gorilla",
    "eastern lowland gorilla",
    "echidna",
    "edible frog",
    "egyptian mau",
    "electric eel",
    "elephant",
    "elephant seal",
    "elephant shrew",
    "emperor penguin",
    "emperor tamarin",
    "emu",
    "english cocker spaniel",
    "english shepherd",
    "english springer spaniel",
    "entlebucher mountain dog",
    "epagneul pont audemer",
    "eskimo dog",
    "estrela mountain dog",
    "falcon",
    "fennec fox",
    "ferret",
    "field spaniel",
    "fin whale",
    "finnish spitz",
    "fire bellied toad",
    "fish",
    "fishing cat",
    "flamingo",
    "flat coat retriever",
    "flounder",
    "fly",
    "flying squirrel",
    "fossa",
    "fox",
    "fox terrier",
    "french bulldog",
    "frigatebird",
    "frilled lizard",
    "frog",
    "fur seal",
    "galapagos penguin",
    "galapagos tortoise",
    "gar",
    "gecko",
    "gentoo penguin",
    "geoffroys tamarin",
    "gerbil",
    "german pinscher",
    "german shepherd",
    "gharial",
    "giant african land snail",
    "giant clam",
    "giant panda bear",
    "giant schnauzer",
    "gibbon",
    "gila monster",
    "giraffe",
    "glass lizard",
    "glow worm",
    "goat",
    "golden lion tamarin",
    "golden oriole",
    "golden retriever",
    "goose",
    "gopher",
    "gorilla",
    "grasshopper",
    "great dane",
    "great white shark",
    "greater swiss mountain dog",
    "green bee eater",
    "greenland dog",
    "grey mouse lemur",
    "grey reef shark",
    "grey seal",
    "greyhound",
    "grizzly bear",
    "grouse",
    "guinea fowl",
    "guinea pig",
    "guppy",
    "hammerhead shark",
    "hamster",
    "hare",
    "harrier",
    "havanese",
    "hedgehog",
    "hercules beetle",
    "hermit crab",
    "heron",
    "highland cattle",
    "himalayan",
    "hippopotamus",
    "honey bee",
    "horn shark",
    "horned frog",
    "horse",
    "horseshoe crab",
    "howler monkey",
    "human",
    "humboldt penguin",
    "hummingbird",
    "humpback whale",
    "hyena",
    "ibis",
    "ibizan hound",
    "iguana",
    "impala",
    "indochinese tiger",
    "indri",
    "insect",
    "irish setter",
    "irish wolfhound",
    "jack russel",
    "jackal",
    "jaguar",
    "japanese chin",
    "japanese macaque",
    "javan rhinoceros",
    "javanese",
    "jellyfish",
    "kakapo",
    "kangaroo",
    "keel billed toucan",
    "killer whale",
    "king crab",
    "king penguin",
    "kingfisher",
    "kiwi",
    "koala",
    "komodo dragon",
    "kudu",
    "labradoodle",
    "labrador retriever",
    "ladybird",
    "leaf tailed gecko",
    "lemming",
    "lemur",
    "leopard",
    "leopard cat",
    "leopard seal",
    "leopard tortoise",
    "liger",
    "lion",
    "lionfish",
    "little penguin",
    "lizard",
    "llama",
    "lobster",
    "long eared owl",
    "lynx",
    "macaroni penguin",
    "macaw",
    "magellanic penguin",
    "magpie",
    "maine coon",
    "malayan civet",
    "malayan tiger",
    "maltese",
    "manatee",
    "mandrill",
    "manta ray",
    "marine toad",
    "markhor",
    "marsh frog",
    "masked palm civet",
    "mastiff",
    "mayfly",
    "meerkat",
    "millipede",
    "minke whale",
    "mole",
    "molly",
    "mongoose",
    "mongrel",
    "monitor lizard",
    "monkey",
    "monte iberia eleuth",
    "moorhen",
    "moose",
    "moray eel",
    "moth",
    "mountain gorilla",
    "mountain lion",
    "mouse",
    "mule",
    "neanderthal",
    "neapolitan mastiff",
    "newfoundland",
    "newt",
    "nightingale",
    "norfolk terrier",
    "norwegian forest",
    "numbat",
    "nurse shark",
    "ocelot",
    "octopus",
    "okapi",
    "old english sheepdog",
    "olm",
    "opossum",
    "orang utan",
    "ostrich",
    "otter",
    "oyster",
    "quail",
    "quetzal",
    "quokka",
    "quoll",
    "rabbit",
    "raccoon",
    "raccoon dog",
    "radiated tortoise",
    "ragdoll",
    "rat",
    "rattlesnake",
    "red knee tarantula",
    "red panda",
    "red wolf",
    "red handed tamarin",
    "reindeer",
    "rhinoceros",
    "river dolphin",
    "river turtle",
    "robin",
    "rock hyrax",
    "rockhopper penguin",
    "roseate spoonbill",
    "rottweiler",
    "royal penguin",
    "russian blue",
    "sabre toothed tiger",
    "saint bernard",
    "salamander",
    "sand lizard",
    "saola",
    "scorpion",
    "scorpion fish",
    "sea dragon",
    "sea lion",
    "sea otter",
    "sea slug",
    "sea squirt",
    "sea turtle",
    "sea urchin",
    "seahorse",
    "seal",
    "serval",
    "sheep",
    "shih tzu",
    "shrimp",
    "siamese",
    "siamese fighting fish",
    "siberian",
    "siberian husky",
    "siberian tiger",
    "silver dollar",
    "skunk",
    "sloth",
    "slow worm",
    "snail",
    "snake",
    "snapping turtle",
    "snowshoe",
    "snowy owl",
    "somali",
    "south china tiger",
    "spadefoot toad",
    "sparrow",
    "spectacled bear",
    "sperm whale",
    "spider monkey",
    "spiny dogfish",
    "sponge",
    "squid",
    "squirrel",
    "squirrel monkey",
    "sri lankan elephant",
    "staffordshire bull terrier",
    "stag beetle",
    "starfish",
    "stellers sea cow",
    "stick insect",
    "stingray",
    "stoat",
    "striped rocket frog",
    "sun bear",
    "swan",
    "tang",
    "tapir",
    "tarsier",
    "tasmanian devil",
    "tawny owl",
    "termite",
    "tetra",
    "thorny devil",
    "tibetan mastiff",
    "tiffany",
    "tiger",
    "tiger salamander",
    "tiger shark",
    "tortoise",
    "toucan",
    "tree frog",
    "tropicbird",
    "tuatara",
    "turkey",
    "turkish angora",
    "uakari",
    "uguisu",
    "umbrellabird",
    "vampire bat",
    "vervet monkey",
    "vulture",
    "wallaby",
    "walrus",
    "warthog",
    "wasp",
    "water buffalo",
    "water dragon",
    "water vole",
    "weasel",
    "welsh corgi",
    "west highland terrier",
    "western gorilla",
    "western lowland gorilla",
    "whale shark",
    "whippet",
    "white faced capuchin",
    "white rhinoceros",
    "white tiger",
    "wild boar",
    "wildebeest",
    "wolf",
    "wolverine",
    "wombat",
    "woodlouse",
    "woodpecker",
    "woolly mammoth",
    "woolly monkey",
    "wrasse",
    "x ray tetra",
    "yak",
    "yellow eyed penguin",
    "yorkshire terrier",
    "zebra",
    "zebra shark",
    "zebu",
    "zonkey",
    "zorse"
  ]
end