# File lib/brakeman/processors/lib/rails2_route_processor.rb, line 31
  def process_call exp
    target = exp.target

    if target == map or (not target.nil? and target == nested)
      process_map exp
    else
      process_default exp
    end

    exp
  end