Module: FFaker::AnimalCN

Extended by:
AnimalCN, ModuleUtils
Included in:
AnimalCN
Defined in:
lib/ffaker/animal_cn.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



8
9
10
# File 'lib/ffaker/animal_cn.rb', line 8

def common_name
  fetch_sample(COMMON_NAMES)
end