Class: DVLA::CheckDigit
- Inherits:
-
Object
- Object
- DVLA::CheckDigit
- Defined in:
- lib/verified/parser/dvla/check_digit.rb
Instance Method Summary collapse
Instance Method Details
#check_calc(str) ⇒ Object
3 4 5 6 7 |
# File 'lib/verified/parser/dvla/check_digit.rb', line 3 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 |