Method: Moon::Validator::Format#messages
- Defined in:
- lib/moon/validator/format.rb
#messages(value, context) ⇒ Object
9 10 11 |
# File 'lib/moon/validator/format.rb', line 9 def (value, context) value =~ @format ? [ ] : [ "Has a wrong format." ] end |