# File test/test_AliasMap.rb, line 147
    def swap(i, j)
      @swap_call += 1
      @swap_left = i
      @swap_right = j
      nil
    end