lib/contrast/utils/ruby_ast_rewriter.rb in contrast-agent-3.13.2 vs lib/contrast/utils/ruby_ast_rewriter.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 'parser/current' +require 'parser/current' module Contrast module Utils # This utility allows us to parse and rewrite the AST in Ruby 2.5, # allowing us to track String interpolation propagation by replacing those