# File lib/kirbybase.rb, line 3545
    def initialize(table)
        @idx_hash = {}
        @table = table
    end