Class: Randamu::Animal
Constant Summary collapse
- ANIMAL_TYPES =
%w(mammal bird fish amphibian reptile insect).freeze
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.animal(type: nil) ⇒ Object
6 7 8 |
# File 'lib/randamu/core/animal.rb', line 6 def animal(type: nil) animal_type(type).sample end |