Module: Gender

Included in:
Female, Male
Defined in:
lib/gender_inference/gender.rb

Instance Method Summary collapse

Instance Method Details

#allObject



6
7
8
# File 'lib/gender_inference/gender.rb', line 6

def all
  [Male, Female] # that is all
end

#quotientObject



2
3
4
# File 'lib/gender_inference/gender.rb', line 2

def quotient
  theta * gamma / delta
end