# File lib_ctrl/rucy/params.rb, line 834
    def delete_at(pos)
      @list.delete_at(pos)
      nil
    end