Module: FFaker::IdentificationES
- Extended by:
- IdentificationES, ModuleUtils
- Included in:
- IdentificationES, IdentificationESCL, IdentificationESCO
- Defined in:
- lib/ffaker/identification_es.rb
Constant Summary collapse
- GENDERS =
%w[Hombre Mujer].freeze
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
#gender ⇒ Object
10 11 12 |
# File 'lib/ffaker/identification_es.rb', line 10 def gender fetch_sample(GENDERS) end |