self.===

in lib/openai/internal/type/unknown.rb [20:58]


        def self.===(other) = true

        
        
        
        def self.==(other) = other.is_a?(Class) && other <= OpenAI::Internal::Type::Unknown

        class << self
          
          
          
          
          
          
          
          
          
          
          
          
          
          def coerce(value, state:)
            state.fetch(:exactness)[:yes] += 1
            value
          end

          
          
          
          
          
          
          
          
          
          
          
        end