From: Dave Thomas Date: 2004-12-06T10:19:54+09:00 Subject: Re: [RDOC] sections bug? On Dec 5, 2004, at 18:26, Joel VanderWerf wrote: > > I'm trying sections for the first time, using the latest stable > snapshot: > > /usr/local/lib/ruby/1.8/rdoc/parsers/parse_rb.rb:2314:in > `look_for_directives_in': undefined method `clear' for "# :section: > first\n":String (NoMethodError) My mistake - a 1.9 feature snuck back into the 1.8 branch. Should be OK now in CVS now. Cheers Dave