lib/contrast/components/assess.rb in contrast-agent-6.2.0 vs lib/contrast/components/assess.rb in contrast-agent-6.3.0

- old
+ new

@@ -74,15 +74,9 @@ def scan_response? @_scan_response = !false?(::Contrast::CONFIG.root.assess.enable_scan_response) if @_scan_response.nil? @_scan_response end - def track_frozen_sources? - @_track_frozen_sources = !false?(::Contrast::CONFIG.root.agent.ruby.track_frozen_sources) if - @_track_frozen_sources.nil? - @_track_frozen_sources - end - def require_scan? @_require_scan = !false?(::Contrast::CONFIG.root.agent.ruby.require_scan) if @_require_scan.nil? @_require_scan end