# File lib/kramdown/options.rb, line 34
      def self.===(other)
        FalseClass === other || TrueClass === other
      end