module JSchema::Validator::Type::Boolean
Public Class Methods
===(other)
click to toggle source
Calls superclass method
# File lib/jschema/validator/type.rb, line 58 def ===(other) other == true || other == false || super end