# File lib/brakeman/checks/check_simple_format.rb, line 39
  def process_call exp
    @mark = true
    actually_process_call exp
    exp
  end