lib/contrast/agent/class_reopener.rb in contrast-agent-3.9.1 vs lib/contrast/agent/class_reopener.rb in contrast-agent-3.10.0
- old
+ new
@@ -25,11 +25,10 @@
Contrast::Components::Scope::COMPONENT_INTERFACE.scope_for_current_ec.exit_contrast_scope!
end
module Contrast
module Agent
- # Used for Ruby 2.4 & 2.5 to allow us to rewrite those methods which have
- # interpolation in them.
+ # TODO: RUBY-714 remove w/ EOL of 2.5
# @deprecated Changes to this class are discouraged as this approach is
# being phased out with support for those language versions.
class ClassReopener
include Contrast::Components::Interface
access_component :logging