# File lib_ctrl/rucy/params.rb, line 1047
    def swap(i, j)
      @list[i], @list[j] = @list[j], @list[i]
      nil
    end