Files | Admin

Notes:

Release Name: 2.5.10

Notes:
RDoc is an application that produces documentation for one or more Ruby source
files.  RDoc includes the +rdoc+ and +ri+ tools for generating and displaying
online documentation.

At this point in time, RDoc 2.x is a work in progress and may incur further
API changes beyond what has been made to RDoc 1.0.1.  Command-line tools are
largely unaffected, but internal APIs may shift rapidly.

See RDoc for a description of RDoc's markup and basic use.


Changes: === 2.5.10 / 2010-08-17 * Minor Enhancements * Support rb_singleton_class(). Reported by Jeremy Evans. * Support rb_define_private_method() on rb_singleton_class(). Reported by Jeremy Evans. * Bug Fixes * Treat non-ASCII RDoc files as text. Bug #28391 by Kouhei Sutou. * Fix potential test failures due to ivar collision. Bug #28390 by Kouhei Sutou. * Added duck-typed #aref for RDoc::Attr to RDoc::AnyMethod. Bug #28375 by Erik Hollensbe * Fixed method references in HTML output when show_hash is false. * Fixed comments with '.' in call-seq in C sources. Reported by Jeremy Evans. * RDoc now understands singleton aliases. Reported by Jeremy Evans.