Module: FFaker::AnimalPL
- Extended by:
- ModuleUtils
- Defined in:
- lib/ffaker/animal_pl.rb
Overview
Inspirations: www.ekologia.pl/wiedza/zwierzeta/
Class Method Summary collapse
Methods included from ModuleUtils
const_missing, k, luhn_check, underscore, unique
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Class Method Details
.common_name ⇒ Object
11 12 13 |
# File 'lib/ffaker/animal_pl.rb', line 11 def common_name fetch_sample(COMMON_NAMES) end |