Class: Delegator

Inherits:
Object show all
Defined in:
lib/contrast/extension/delegator.rb

Overview

Some developers override various methods on Delegator, which can often involve changing expected method parity/behavior which in turn prevents us from being able to reliably use affected methods. Let’s alias these methods so that we always have access to them.

This is a special case in that we’re those developers, so we violate the cs__ namespacing here to avoid that.