RAA - enum

enum / 1.6

Short description: Enumerable tools
Category: Library/Datastructure
Status: release
Created: 2002-09-02 19:31:42 GMT
Last update: 2004-06-07 04:14:26 GMT
Owner: Joel VanderWerf (Projects of this owner)
Homepage: http://redshift.sourceforge.net/enum
Download: http://redshift.sourceforge.net/enum/enum-1.6.tgz
License: Ruby's
Dependency:
None
Description:

Tool for treating any objects which have some kind of sequential relationship as Enumerable.

Tools for iterating over sequences formed from Enumerables by products, concatenations, and diagonals of products.

Pipe tool for filtering a sequence.

Tool for interating over clusters of entries and entries with neighbors.

Tool for covnerting an enumerable into nested arrays in which each element has a depth specified by a proc: an inverse for flatten.

New in 1.6:
- fixed some problems exposed by ruby 1.7, thanks to Johan Holmberg.
- added Enumerable#group to nest.rb.
- generalized #nest to allow the initial comparison value to be higher
than subsequent comparison values.

Edit this project (for project owner)

back to RAA top