Registry / utility / hash-utils

hash-utils

JSON →
library2.2.0rbrubygemsunverified

Adds over 155 useful methods to core Ruby classes like Array, Hash, and String, inspired by Ruby Facets but more practical and less complex.

gem install hash-utils
INSTALL
IMPORT
SIG · HASH-UTILS
H
hash-utils
utilityrubyv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HashUtils
require 'hash-utils'

Demonstrates adding stringify_keys method to Hash

require 'hash-utils' h = {a: 1, b: 2} h.stringify_keys # => {"a"=>1, "b"=>2}
Debug
Known issues
gotchaMonkey-patches core classes, which may conflict with other libraries.
fix
Use cautiously in large projects; consider isolating usage or using refinements.
affects: >= 2.0.0
Upgrade
Version history
2.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hash-utils — gem install hash-utils · libregistry