Method: FFaker::SSNMX#imss
- Defined in:
- lib/ffaker/ssn_mx.rb
#imss ⇒ 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 “AABBCCDDEE-F”.
25 26 27 |
# File 'lib/ffaker/ssn_mx.rb', line 25 def imss FFaker.numerify('##########-#') end |