# File lib/brakeman/processors/lib/find_all_calls.rb, line 39
  def process_call exp
    @calls << create_call_hash(exp)
    exp
  end