Module: JSchema::Validator::Type::Boolean
- Defined in:
- lib/jschema/validator/type.rb
Class Method Summary collapse
Class Method Details
.===(other) ⇒ Object
| 58 59 60 | # File 'lib/jschema/validator/type.rb', line 58 def ===(other) other == true || other == false || super end |