This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: RDoc 2.0.0
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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 the RDoc 1.0.1. Command-line tools
are largely unaffected, but internal APIs may shift rapidly.
Changes:
3 Major Enhancements:
Renamespaced everything RDoc under the RDoc module.
New `ri` implementation.
Reads from a cache in ~/.ri/ for enhanced speed.
RubyGems aware, only searches latest gem versions.