Search results
Results from the WOW.Com Content Network
It analyzes Ruby source code, generating a structured collection of pages for Ruby objects and methods. Code comments can be added in a natural style. RDoc is included as part of the Ruby core distribution. The RDoc software and format are successors to the Ruby Document format (with associated software RD).
Originally, most documentation in the Ruby world, including for Ruby itself, had been written in RD. Then in 2002, much of it was converted to RDoc format. Although, the Japanese version of the Ruby Reference Manual still remains in RD format. RD is designed to be written by hand and easily read in its raw form.
Input format Languages (alphabet order) OS support First public release date Latest stable version Software license; Ddoc: ... customizable Ruby templates
Among formatting features are different rules for aligning the kana over or to the right of the base text, usually either when the base text string is longer than the furigana string or vice versa. Extra spaces may be needed depending on the size of the shorter string (either the ruby string or the base string) relatively to the longer one.
RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.
The goal of the project was to greatly reduce the execution time of Ruby programs. Since YARV has become the official Ruby interpreter for Ruby 1.9, it is also named KRI (Koichi's Ruby Interpreter), in the same vein as the original Ruby MRI , named in honor of Ruby's creator Yukihiro Matsumoto .
The RubySpec project aimed to write a complete executable specification for the Ruby programming language. This project contains specs that describe Ruby language syntax and standard library classes. The project contains two main components: the RubySpec sources; the MSpec framework
The content of the tag is evaluated as Ruby code and is expected to be a path pointing to a Ruby template file which is read, evaluated, and rendered. Same as <% + %> but file contents are simply rendered into the output. Treats the enclosed code as a block of Ruby code and (if necessary) appends a do keyword to the body of the tag.