Module: FFaker::Animal
Instance Method Summary collapse
-
#common_name ⇒ Object
deprecated
Deprecated.
US animals name. Moved into AnimalUS
Methods included from ModuleUtils
const_missing, k, luhn_check, underscore, unique
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Instance Method Details
#common_name ⇒ Object
Deprecated.
US animals name. Moved into FFaker::AnimalUS
9 10 11 12 |
# File 'lib/ffaker/animal.rb', line 9 def common_name warn '[common_name] is deprecated. For animal name in english please use the AnimalUS module' fetch_sample(COMMON_NAMES) end |