class Docile::ChainingFallbackContextProxy

@api private

Operates in the same manner as {FallbackContextProxy}, but replacing the primary ‘receiver` object with the result of each proxied method.

This is useful for implementing DSL evaluation for immutable context objects.

@see Docile.dsl_eval_immutable

rubocop:disable Style/MissingRespondToMissing