Class | Docile::ChainingFallbackContextProxy |
In: |
lib/docile/chaining_fallback_context_proxy.rb
|
Parent: | FallbackContextProxy |
@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.
Proxy methods as in {FallbackContextProxy#method_missing}, replacing `receiver` with the returned value.