Module: FFakerTW::GenderTW
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
#name ⇒ Object
10 11 12 |
# File 'lib/ffakerTW/gender_tw.rb', line 10 def name fetch_sample(GENDERS) end |