Class: Faker::Ssn

Inherits:
Object
  • Object
show all
Defined in:
lib/faker_ssn.rb

Class Method Summary collapse

Class Method Details

.en_ssnObject

English social security number has the format xxx-xx-xxxx



5
6
7
# File 'lib/faker_ssn.rb', line 5

def en_ssn
  Faker.numerify('###-##-####')
end