hashery icon indicating copy to clipboard operation
hashery copied to clipboard

Facets Hashery Collection of Hash-based classes

Results 3 hashery issues
Sort by recently updated
recently updated
newest added

Change https://rubyworks.github.com/hashery to https://rubyworks.github.io/hashery in the "About" section ![](https://user-images.githubusercontent.com/3450257/148534832-2be98579-501e-4938-ae31-8392a511c626.png)

Simplify overall design by basing all hash classes on a base hash class that supports a variety of callbacks to make all the other variations possible.

The following does not work: require 'rubygems' require 'hashery' d = Dictionary.new d[0] = 1 d[nil] = 2 d.order_by_key =>ArgumentError: comparison of Fixnum with nil failed