On Tuesday, September 9, 2003, at 10:27 PM, Greg McIntyre wrote: > So I got my text editor out and in a glorious bout of top-down design I > bashed out what I'd _like_ to have to write for an RDoc template. As it > turns out, what I ended up was kind of like the Builder design pattern, > and I was writing a ConcreteBuilder (with only one method in the > Builder > interface so far!). So anyway, I thought I'd post it here and see what > people thought, if they liked it, etc. 'Cause I like RDoc from the > source code end of the stick but it could be more versatile in the > middle and pretty on the other end of the stick... And if Dave likes > this I may get more into RDoc development (perhaps as a case study of > refactoring for my own sake?). > Perhaps I'm just not understanding something here, but how would I distribute variants (such as the kilmer template) with this scheme? It looks like I'd have to have an entire new Outputter, and that I might have to duplicate some code.