module FlirtChecker

Constants

VERSION

Public Class Methods

new(male, female, genotype: false) click to toggle source
# File lib/flirt_checker.rb, line 5
def self.new(male, female, genotype: false)
  FlirtChecker::Blood.new(male, female, genotype: genotype)
end