module FFaker::Gender

Constants

BINARY_GENDERS
GENDERS

Public Instance Methods

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