# File rbot/registry.rb, line 262 def clear @registry.each_key {|key| if key =~ /^#{Regexp.escape(@prefix)}/ @registry.delete(key) end } end