lib/contrast/logger/application.rb in contrast-agent-3.13.2 vs lib/contrast/logger/application.rb in contrast-agent-3.14.0
- old
+ new
@@ -1,12 +1,12 @@
# 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 Logger
- # # Our decorator for the Ougai logger allowing for the logging of the
+ # Our decorator for the Ougai logger allowing for the logging of the
# application environment, used to provide context during troubleshooting.
module Application
include Contrast::Components::Interface
access_component :config