Module Brakeman::ProcessorHelper
In: lib/brakeman/processors/lib/processor_helper.rb

Contains a couple shared methods for Processors.

Methods

Public Instance methods

Process the arguments of a method call. Does not store results.

This method is used because Sexp#args and Sexp#arglist create new objects.

e.g. private defn

Sets the current module.

[Validate]