module DVLA class CheckDigit def check_calc(str) # Waiting for the DVLA to respond to my Freedom of Information request in order to right this function :-( # Supposedly due on the 24th July but after my dealings with them I'd be surprised if they meet it... return nil end end end