]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
* (registry) rdoc fix
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 30 Jan 2009 18:28:59 +0000 (19:28 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 30 Jan 2009 18:28:59 +0000 (19:28 +0100)
A stupid missing hash sign prevented the full registry accessor doc from
being parsed by rdoc.

lib/rbot/registry.rb

index b85a622426de23442a71b5039e144c4051ce3f3b..2ea2e5784441bb01b331556d29cb6ec16bb31df1 100644 (file)
@@ -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):