Method: FFaker::IdentificationEC#ci

Defined in:
lib/ffaker/identification_ec.rb

#ciObject



10
11
12
13
# File 'lib/ffaker/identification_ec.rb', line 10

def ci
  first_digits = ci_digits
  "#{first_digits}#{last_digit(first_digits)}"
end