Sha256: 22f266e336b2d70806afd2da6435ed2ccfe9e80cf708b0778451b65405ac6234
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
# encoding: utf-8 module FFaker module IdentificationES extend ModuleUtils extend self GENDERS = %w(Hombre Mujer) def gender GENDERS.sample end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffaker-2.2.0 | lib/ffaker/identification_es.rb |
ffaker-2.1.0 | lib/ffaker/identification_es.rb |
ffaker-2.0.0 | lib/ffaker/identification_es.rb |