self.===

in lib/anthropic/internal/type/unknown.rb [18:56]


        def self.===(other) = true

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

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

          
          
          
          
          
          
          
          
          
          
          
        end