Class: Lite::Validation::Validator::Ruling::Pass

Inherits:
Object
  • Object
show all
Extended by:
Abstract::Valid
Defined in:
lib/lite/validation/validator/ruling/pass.rb

Class Method Summary collapse

Methods included from Abstract::Valid

invalid

Class Method Details

.===(other) ⇒ Object



12
13
14
# File 'lib/lite/validation/validator/ruling/pass.rb', line 12

def self.===(other)
  equal?(other)
end