Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / ruby-hashery / DESCR
1 The Hashery is a tight collection of Hash-like classes.
2
3 Included among its many offerings are the auto-sorting Dictionary class,
4 the efficient LRUHash, the flexible OpenHash and the convenient KeyHash.
5
6 Nearly every class is a subclass of the CRUDHash which defines a CRUD model
7 on top of Ruby''s standard Hash making it a snap to subclass and augment
8 to fit any specific use case.