Method: FFaker::IdentificationBR#cpf_verification_digits

Defined in:
lib/ffaker/identification_br.rb

#cpf_verification_digits(cpf) ⇒ Object



55
56
57
# File 'lib/ffaker/identification_br.rb', line 55

def cpf_verification_digits(cpf)
  document_verification_digits(CPF_VERIFICATION_MULTIPLIERS, cpf)
end