Sha256: 0a890ec7014a13fefdee1b6a5f4f085766a32e2f0a015383897255dc4ec54a3b
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
#encoding: utf-8 module Vanguard class Rule class Nullary class Attribute # Attribute absence rule class Absence < self register :validates_absence_of MATCHER = Matcher::Nullary::BLANK end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vanguard-0.0.5 | lib/vanguard/rule/nullary/attribute/absence.rb |
vanguard-0.0.4 | lib/vanguard/rule/nullary/attribute/absence.rb |
vanguard-0.0.3 | lib/vanguard/rule/nullary/attribute/absence.rb |