# File lib/rbot/registry.rb, line 266 def to_a ret = Array.new @registry.each {|key, value| ret << [key, restore(value)] } return ret end