Module: Lucie::Validators::MandatoryOption::ClassMethods
- Defined in:
- lib/lucie/validators/mandatory_option.rb
Instance Method Summary collapse
Instance Method Details
#mandatory(*args) ⇒ Object
27 28 29 |
# File 'lib/lucie/validators/mandatory_option.rb', line 27 def mandatory(*args) self.validators << Validator.new(args) end |