From 152b9e19975942341b77c94bc3765cbee6be24f8 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 30 Jan 2009 19:28:59 +0100 Subject: [PATCH] * (registry) rdoc fix A stupid missing hash sign prevented the full registry accessor doc from being parsed by rdoc. --- lib/rbot/registry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbot/registry.rb b/lib/rbot/registry.rb index b85a6224..2ea2e578 100644 --- a/lib/rbot/registry.rb +++ b/lib/rbot/registry.rb @@ -100,7 +100,7 @@ class Bot # blah = @registry[:blah] # blah[:foo] = "flump" # @registry[:blah] = blah - + # # If you don't need to store objects, and strictly want a persistant hash of # strings, you can override the store/restore methods to suit your needs, for # example (in your plugin): -- 2.39.5