Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ruby-ri: Ruby interactive reference
Name: | ruby-ri |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 1.8.5 |
License: | Ruby License/GPL - see COPYING |
Release: | 5.SEL5_2.6 |
URL: | http://www.ruby-lang.org/ |
- Summary
- 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.
Changelog
- * Sat Jan 24 00:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu Nov 20 00:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.5-5.el5_2.6
-
- security fix (#470262)
- CVE-2008-4310: real fix for CVE-2008-3656. original patch named as fix for
CVE-2008-3656 actually fixed different issue (CVE-2008-1145),
hence we are providing correct patch and renaming original
patch to refer to proper CVE.
- * Thu Oct 9 00:00:00 2008 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.5-5.el5_2.5
-
- Build with -fno-strict-aliasing.