Module: Faker::IdentificationES
- Extended by:
- IdentificationES, ModuleUtils
- Included in:
- IdentificationES, IdentificationESCL, IdentificationESCO
- Defined in:
- lib/ffakerer/identification_es.rb
Constant Summary collapse
- GENDERS =
k %w(Hombre Mujer)
Instance Method Summary collapse
Methods included from ModuleUtils
Instance Method Details
#gender ⇒ Object
8 9 10 |
# File 'lib/ffakerer/identification_es.rb', line 8 def gender GENDERS.rand end |