Sha256: 94f90567388afeb2f4a365afa0f899cf66f2e61783d793b2c19cf11d73147609

Contents?: true

Size: 115 Bytes

Versions: 1

Compression:

Stored size: 115 Bytes

Contents

module Gender
  def quotient
    theta * gamma / delta
  end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gender-inference-0.0.1 lib/gender_inference/gender.rb