Sha256: 494a8073fbdc2c8048e1463e5742fe52743bd0d9453bd9c7c6936e6b5b3fb8d5

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module FFakerTW
  module IdentificationES
    extend ModuleUtils
    extend self

    GENDERS = %w[Hombre Mujer].freeze

    def gender
      fetch_sample(GENDERS)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffakerTW-0.1.0 lib/ffakerTW/identification_es.rb