module FFaker::GenderIT

Constants

GENDERS

Public Instance Methods

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