Version: 3.0.0, Package name: ruby-3.0.0 |
Maintained by: Jeremy Evans |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-gdbm This is a Ruby extension to the GDBM library which is part of the Ruby distribution. Description-main Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. - Simple Syntax - *Normal* Object-Oriented features(ex. class, method calls) - *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) - Operator Overloading - Exception Handling - Iterators and Closures - Garbage Collection - Dynamic Loading of Object files(on some architecture) - Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) Description-ri_docs This contains the files used by ruby's ri tool to get documentation about classes and methods in ruby core and standard library. |
Filesize: 19081.552 KB |
Version History (View Complete History) |
|
2021-01-03 14:27:12 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Unbreak, don't try to use __thread on base-gcc archs ok jeremy@ (maintainer) |
2021-01-03 08:44:41 by joshua stein | Files touched by this commit (6) |
Log message: mention ruby-shims in ruby MESSAGE files as an alternative to adding symlinks ok kn |