Sha256: f9299b99c6fa301345b5a0514cb2859c4b43e54f065a428e71d8c48047712827

Contents?: true

Size: 677 Bytes

Versions: 13

Compression:

Stored size: 677 Bytes

Contents

# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

# 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.
class Delegator
  # breaks from convention to not conflict w/ Object#respond_to?
  alias_method :cs__delegator_respond_to?, :respond_to?
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
contrast-agent-4.14.1 lib/contrast/extension/delegator.rb
contrast-agent-4.14.0 lib/contrast/extension/delegator.rb
contrast-agent-4.13.1 lib/contrast/extension/delegator.rb
contrast-agent-4.13.0 lib/contrast/extension/delegator.rb
contrast-agent-4.12.0 lib/contrast/extension/delegator.rb
contrast-agent-4.11.0 lib/contrast/extension/delegator.rb
contrast-agent-4.10.0 lib/contrast/extension/delegator.rb
contrast-agent-4.9.1 lib/contrast/extension/delegator.rb
contrast-agent-4.9.0 lib/contrast/extension/delegator.rb
contrast-agent-4.8.0 lib/contrast/extension/delegator.rb
contrast-agent-4.7.0 lib/contrast/extension/delegator.rb
contrast-agent-4.6.0 lib/contrast/extension/delegator.rb
contrast-agent-4.5.0 lib/contrast/extension/delegator.rb