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