# File lib/brakeman/checks/check_single_quotes.rb, line 70
  def process_module exp
    if @inside_erb and exp.module_name == :Util
      @inside_util = true
      process_all exp.body
      @inside_util = false
    end

    exp
  end