class Term::Prompt::Question::Validators::LengthValidator
Defined in:
prompt/question/validators.crConstructors
Instance Method Summary
- #call(question : Question, value : String | Nil) : Bool
- #max : Int32 | Nil
- #max=(max : Int32 | Nil)
- #min : Int32 | Nil
- #min=(min : Int32 | Nil)