Method: FFaker::IdentificationESCO#blood_type

Defined in:
lib/ffaker/identification_es_co.rb

#blood_typeObject



29
30
31
32
# File 'lib/ffaker/identification_es_co.rb', line 29

def blood_type
  sign = fetch_sample(%w[+ -])
  "#{fetch_sample(BLOOD_TYPE)}#{sign}"
end