man ri1.6 (Commandes) - Ruby Information at your fingertips

NAME

ri1.6 - Ruby Information at your fingertips

SYNOPSIS

ri1.6 Name

ri1.6 Name::method

ri1.6 Name#method

ri1.6 Name.method

DESCRIPTION

This manual page documents briefly the ri1.6 commands. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.

ri is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. All information is taken from the reference section of the book Programming Ruby.

SEE ALSO

/usr/share/doc/ri1.6/README

AUTHOR

This manual page was written by akira yamada <akira@debian.org>, for the Debian GNU/Linux system (but may be used by others).