Depends. What are you trying to accomplish? I have something that
takes ruby with special comments and makes a cross reference
(hyperlinked) between it and a specification document. But it doesn't
really "read" the ruby code, or format it--it just spits it out <CODE>
with <A>'s interpolated based on the comments.
I briefly thought about linking methods calls to their definitions,
etc., but with duck typing that is...almost intractable. The best I
came up with was a sort of method search that sort of worked, but didn't
find dynamically defined methods, etc.
-- Markus
On Fri, 2004-09-24 at 10:00, James Edward Gray II wrote:
> I need to HTMLify some Ruby code. Before I go make some crude
> solution, I thought I would ask if there is anything out there along
> these lines. Any pointers?
>
> Thanks.
>
> James Edward Gray II
>