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