lib/contrast/components/scope.rb in contrast-agent-3.13.2 vs lib/contrast/components/scope.rb in contrast-agent-3.14.0
- old
+ new
@@ -1,10 +1,10 @@
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true
-cs__scoped_require 'fiber'
-cs__scoped_require 'monitor'
-cs__scoped_require 'contrast/agent/scope'
+require 'fiber'
+require 'monitor'
+require 'contrast/agent/scope'
# This is the Scope component.
#
# It tracks /Contrast/ scope. That is, "are we currently doing assess
# or protect stuff within a patched method?" -- this is how we avoid doing