# File tokyotyrant.rb, line 926 def keys tkeys = Array.new return tkeys if !iterinit while key = iternext tkeys.push(key) end return tkeys end