lib/anthropic/internal.rb (
5
lines of code) (
raw
):
# frozen_string_literal: true module Anthropic # @api private module Internal OMIT = Object.new.freeze end end