# File lib/kirbybase.rb, line 2232
    def []=(index, updates)
        return update(updates) { |r| r.recno == index }
    end