Language

Package: ruby-hashery @ 2.1.2

Synopsis

Hash-like classes with extra features

Description

The Hashery is a tight collection of Hash-like classes. Included are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD (Create, Read, Update and Delete) model on top of Ruby's standard Hash making it possible to subclass and augment to fit any specific use case.

Home page
https://rubyworks.github.io/hashery
Location
gnu/packages/ruby.scm (line: 9773, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?