# File lib/rbot/registry.rb, line 215
    def each_key(&block)
      @registry.each {|key, value|
        block.call(key)
      }
    end