Class: NumberPlateValidator::CLI
- Inherits:
-
Thor
- Object
- Thor
- NumberPlateValidator::CLI
- Defined in:
- lib/number_plate_validator/cli.rb
Instance Method Summary collapse
Instance Method Details
#validate(plate) ⇒ Object
8 9 10 11 |
# File 'lib/number_plate_validator/cli.rb', line 8 def validate(plate) validator = NumberPlateValidator.validator([:country]) puts(validator.is_valid? plate) end |