The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby-doc API pages updated

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Britt

Posts: 1319
Nickname: jamesbritt
Registered: Apr, 2003

James Britt is a principal in 30 Second Rule, and runs ruby-doc.org and rubyxml.com
Ruby-doc API pages updated Posted: Jun 1, 2008 9:27 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by James Britt.
Original Post: Ruby-doc API pages updated
Feed Title: James Britt: Ruby Development
Feed URL: http://feeds.feedburner.com/JamesBritt-Home
Feed Description: James Britt: Playing with better toys
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by James Britt
Latest Posts From James Britt: Ruby Development

Advertisement

Since Ruby 1.8.7 is out I went and updated the API docs on Ruby-doc.org .

It’s bothered me (and others) that running rdoc over the source using the default settings grabs yaml.rb and friends and ends up sticking additonal methods on core classes that would only be there were one to require yaml.

People have also asked me why so many files appear in both the core and stdlib sections. Ideally there would be just one place to look for docs, but for now rdoc gives cleaner results when files under lib/ and ext/ are processed apart from the core files.

So, for the 1.8.7 docs, I edited the .document files to restrict what appears in the core section. What’s missing from core should appear in stdlib.

Read: Ruby-doc API pages updated

Topic: A Teeny-weeny mp3 player using Ruby and Shoes Previous Topic   Next Topic Topic: Brightkite is fun

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use