# File tokyotyrant.rb, line 1198 def initialize(rdb) raise ArgumentError if !rdb.is_a?(TokyoTyrant::RDBTBL) @rdb = rdb @args = Array.new end