module FFaker::SSNMX
def imss
is a eleven-digit number in the format
(Instituto Mexicano del Seguro Social)
The Social Security number from IMSS
http://es.wikipedia.org/wiki/Instituto_Mexicano_del_Seguro_Social
def imss FFaker.numerify('##########-#') end