Method: FFaker::SSNMX#imss_undashed
- Defined in:
- lib/ffaker/ssn_mx.rb
#imss_undashed ⇒ Object
es.wikipedia.org/wiki/Instituto_Mexicano_del_Seguro_Social The Social Security number from IMSS (Instituto Mexicano del Seguro Social) is a eleven-digit number in the format “AABBCCDDEEF”.
34 35 36 |
# File 'lib/ffaker/ssn_mx.rb', line 34 def imss_undashed FFaker.numerify('###########') end |