lib/anthropic/internal.rb



# frozen_string_literal: true

module Anthropic
  # @api private
  module Internal
    OMIT = Object.new.freeze
  end
end