Module: Faker::SSN
Instance Method Summary collapse
-
#ssn ⇒ Object
The Social Security number is a nine-digit number in the format “AAA-GG-SSSS”.
Methods included from ModuleUtils
Instance Method Details
#ssn ⇒ Object
The Social Security number is a nine-digit number in the format “AAA-GG-SSSS”. More info here:
13 14 15 |
# File 'lib/ffaker/ssn.rb', line 13 def ssn Faker.numerify('###-##-####') end |