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
random()
click to toggle source
# File lib/ffaker/gender.rb, line 11 def random fetch_sample(GENDERS) end