Module: Gender
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
6 7 8 |
# File 'lib/gender_inference/gender.rb', line 6 def all [Male, Female] # that is all end |
#quotient ⇒ Object
2 3 4 |
# File 'lib/gender_inference/gender.rb', line 2 def quotient theta * gamma / delta end |