lib/contrast/agent/assess/policy/propagator/substitution.rb in contrast-agent-4.9.1 vs lib/contrast/agent/assess/policy/propagator/substitution.rb in contrast-agent-4.10.0

- old
+ new

@@ -14,9 +14,10 @@ # Disclaimer: there may be a better way, but we're # in a 'get it work' state. hopefully, we'll be in # a 'get it right' state soon. class Substitution include Contrast::Components::Logger::InstanceMethods + extend Contrast::Components::Logger::InstanceMethods CAPTURE_GROUP_REGEXP = /\\[[:digit:]]/.cs__freeze CAPTURE_NAME_REGEXP = /\\k<[[:alpha:]]/.cs__freeze class << self