module Faker::Identification

def drivers_license

def drivers_license
  Faker.bothify(true, '?###-###-##-###-#')
end