Sha256: 7a8dc8b4104b7793785253b51c2316f03fc9a471e89130a0c9fc6ce00d36aaae
Contents?: true
Size: 211 Bytes
Versions: 12
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true module FFaker module IdentificationES extend ModuleUtils extend self GENDERS = %w[Hombre Mujer].freeze def gender fetch_sample(GENDERS) end end end
Version data entries
12 entries across 12 versions & 1 rubygems