module Faker::Identification

def ssn

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