RDoc --template error

When I try

rdoc --template one_page_html.rb talk.rdoc

I see the error

/usr/local/lib/ruby/1.9/rdoc/generators/html_generator.rb:1134:in
write_style_sheet': uninitialized constant RDoc::Page::STYLE (NameError) from /usr/local/lib/ruby/1.9/rdoc/generators/html_generator.rb:1104:ingenerate’
from /usr/local/lib/ruby/1.9/rdoc/rdoc.rb:269:in `document’
from /usr/local/bin/rdoc:63

Am I doing something wrong? I’m using the latest and greatest RDoc and
Ruby from CVS.

Jim

···


Jim Menard, jimm@io.com, http://www.io.com/~jimm/
“BeOS: The Jackie Chan of operating systems.” – Pat Gratton
…Except Jackie Chan is still alive.

one_page_html is now a support file that shouldn’t be required
directly. Instead, use the -1 option (or say --one-file)

Cheers

Dave

···

On Apr 10, 2004, at 13:11, Jim Menard wrote:

When I try

rdoc --template one_page_html.rb talk.rdoc