Faker().blood¶ dictionary file yaml en: faker: blood: type: - O - A - B - AB rh_factor: - '+' - '-' group: - "#{type}#{rh_factor}" kotlin Faker().blood.type() // => O Faker().blood.rhFactor() // => + Faker().blood.group() // => O+ Back to generators page