Sha256: abca934a2347029a0c3a0735e37d763df49e53c2028c50413abc6af45057e2f7
Contents?: true
Size: 199 Bytes
Versions: 4
Compression:
Stored size: 199 Bytes
Contents
# encoding: utf-8 module FFaker module IdentificationES extend ModuleUtils extend self GENDERS = %w(Hombre Mujer).freeze def gender fetch_sample(GENDERS) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ffaker-2.6.0 | lib/ffaker/identification_es.rb |
ffaker-2.5.0 | lib/ffaker/identification_es.rb |
ffaker-2.4.0 | lib/ffaker/identification_es.rb |
ffaker-2.3.0 | lib/ffaker/identification_es.rb |