module FFaker::Identification

def drivers_license

def drivers_license
  FFaker.bothify('?###-###-##-###-#').upcase
end