Module: FFaker::Animal

Extended by:
Animal, ModuleUtils
Included in:
Animal
Defined in:
lib/ffaker/animal.rb

Instance Method Summary collapse

Methods included from ModuleUtils

const_missing, k, luhn_check, underscore, unique

Methods included from RandomUtils

#fetch_sample, #rand, #shuffle

Instance Method Details

#common_nameObject

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