lib/contrast/agent/protect/policy/rule_applicator.rb in contrast-agent-6.7.0 vs lib/contrast/agent/protect/policy/rule_applicator.rb in contrast-agent-6.8.0

- old
+ new

@@ -64,10 +64,10 @@ # @raise [NoMethodError] This is abstract method def invoke _method, _exception, _properties, _object, _args raise(NoMethodError, 'This is abstract, override it.') end - # The name of the rule, as expected by the Contrast Service and Contrast UI. + # The name of the rule, as expected by the Contrast UI. # # @return [String] # @raise [NoMethodError] This is abstract method def rule_name raise(NoMethodError, 'This is abstract, override it.')