Skip to content

Commit

Permalink
fixed parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Nullify committed Mar 22, 2024
1 parent 3bd1b57 commit e6f5133
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/brakeman/processors/lib/processor_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
#Contains a couple shared methods for Processors.

class Sexp
def each_sexp e
self.each do |e|
if e.is_a? Sexp
yield e
end
end
end
end

module Brakeman::ProcessorHelper
def process_all exp
exp.each_sexp do |e|
Expand Down

0 comments on commit e6f5133

Please sign in to comment.