# File tokyotyrant.rb, line 906 def each_keys return nil if !iterinit while key = iternext yield(key) end return nil end