module FFaker::GenderJA

ja.wikipedia.org/wiki/%E6%80%A7_(%E7%94%9F%E7%89%A9%E5%AD%A6)

Constants

GENDERS

Public Instance Methods

maybe()
Alias for: random
random() click to toggle source
# File lib/ffaker/gender_ja.rb, line 11
def random
  fetch_sample(GENDERS)
end
Also aliased as: maybe, sample
sample()
Alias for: random