>>>>> "S" == Simon Strandgaard <0bz63fz3m1qt3001 / sneakemail.com> writes: S> On the section of registering/unregistering global objects, S> what should I write: Either that people should use an array S> because this is what pickaxe says. Or that they should use a S> hash because this is what [mod_ruby, vim, ruby++] uses. Just say that they can use an Hash or an Array : after if someone think that it's easier (or faster) to manage an Hash (or an Array) he can do what he want. S> Why does mod_ruby use a hash? why not array? Good question :-) Probably only the author of mod_ruby know the response :-) Guy Decoux