# File lib/rbot/registry.rb, line 231 def each_key(&block) return nil unless File.exist?(@filename) registry.each {|key, value| block.call(key) } end