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