# File lib/brakeman/processors/lib/processor_helper.rb, line 10 def process_all! exp exp.map! do |e| if sexp? e process e else e end end exp end