Module: FFakerTW::GenderTW

Extended by:
GenderTW, ModuleUtils
Included in:
GenderTW
Defined in:
lib/ffakerTW/gender_tw.rb

Constant Summary collapse

GENDERS =
%w[ ].freeze

Instance Method Summary collapse

Methods included from ModuleUtils

const_missing, k, luhn_check, underscore, unique

Methods included from RandomUtils

#fetch_sample, #rand, #shuffle

Instance Method Details

#nameObject



10
11
12
# File 'lib/ffakerTW/gender_tw.rb', line 10

def name
  fetch_sample(GENDERS)
end