Processing Files with RDoc : RDoc « Language Basics « Ruby






Processing Files with RDoc


Assume there is a directory, Ratios, that just contains one file, ratios.rb. 
You could run RDoc without any options or file specifications:

rdoc yourFile.rb

 








Related examples in the same category

1.RDoc Basics
2.documentation for the initialize method.
3.List in RDoc
4.RDoc options are used like this: rdoc [options] [names...]