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