Frank Vielma's Blog Programming, science, engineering, and more…
Rdoc
Posted on {10-Feb-2011} No commentsRDoc calls itself a “Document Generator for Ruby Source.” It’s a tool that reads through your Ruby source code files and creates structured HTML documentation. It comes with the standard Ruby distribution, so it’s easy to find and use. If for some reason RDoc does not appear to come with your installation of Ruby, you can download it from the official RDoc site at http://rdoc.sourceforge.net/.

