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