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

const_missing, k, underscore

Instance Method Details

#genderObject



8
9
10
# File 'lib/ffakerer/identification_es.rb', line 8

def gender
  GENDERS.rand
end