lib/contrast/agent/tracepoint_hook.rb in contrast-agent-3.13.2 vs lib/contrast/agent/tracepoint_hook.rb in contrast-agent-3.14.0

- old
+ new

@@ -1,8 +1,8 @@ # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true -cs__scoped_require 'contrast/components/interface' +require 'contrast/components/interface' module Contrast module Agent # This module is used to apply instrumentation to classes as they are required module TracePointHook