[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

rdoc template problem

Joel VanderWerf

10/13/2003 5:44:00 AM


Has anyone seen this?

For one of my projects, I can use older rdoc's successfully. But a
recent CVS version gives:

/usr/local/lib/ruby/site_ruby/1.8/rdoc/template.rb:107:in `read_up_to':
Missing end tag in template: :methods (RuntimeError)
from /usr/local/lib/ruby/site_ruby/1.8/rdoc/template.rb:181:in
`substitute_into'
from /usr/local/lib/ruby/site_ruby/1.8/rdoc/template.rb:146:in
`write_html_on'
from
/usr/local/lib/ruby/site_ruby/1.8/rdoc/generators/html_generator.rb:568:in
`write_on'
...

The versions I have are:

RDoc V0.9.0: 2003/03/10 03:50:33 (1.70)

and

RDoc Vgs: 2003/08/22 12:33:37 (1.72)

(actually, from CVS on 05 Oct 2003)

I'm not using any custom templates or anything. Just RDoc out of the box.