module FFaker::Vehicle

def vin

def vin
  FFaker.bothify('1#???#####?######').upcase
end