On 10/20/06, gsm.beamon / gmail.com <gsm.beamon / gmail.com> wrote: > > If RDoc ran the code it parsed, then it would open a security hole a > > mile wide, as I could then run arbitrary code on the machines of > > anyone producing documentation. That's why I chose not to do this. > Perhaps. > > But why do that? One only need to parse for the purpose of extracting > documentation. As I think of it, one solution could be that doc writers would hint RDoc about the included modules, if it cannot discover them itself. Something like # :class_extend: ActiveController::Layout::ClassMethods