Method: NumberPlate.validator
- Defined in:
- lib/number_plate_sg.rb
.validator(country) ⇒ Object
11 12 13 |
# File 'lib/number_plate_sg.rb', line 11 def validator(country) Object.const_get("NumberPlate::#{country}::Validator").new end |