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