Registry / utility / insensitive-hash

insensitive-hash

JSON →
library0.3.3rbrubygemsunverified

A Hash implementation with case-insensitive and Symbol/String-indifferent key access.

gem install insensitive_hash
INSTALL
IMPORT
SIG · INSENSITIVE-HASH
I
insensitive-hash
utilityrubyv0.3.3
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.

InsensitiveHash
require 'insensitive_hash'

Create a hash with case-insensitive keys

require 'insensitive_hash' h = InsensitiveHash.new h['Key'] = 'value' h['key'] # => 'value'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
insensitive-hash — gem install insensitive-hash · libregistry