Registry / utility / map
library8.0.0rbrubygemsunverified

A string/symbol indifferent ordered hash with no dependencies, providing tree-like operators for data manipulation.

gem install map
INSTALL
IMPORT
SIG · MAP
M
map
utilityrubyv8.0.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.

Map
require 'map'

Create and access an indifferent ordered hash

require 'map' m = Map.new(a: 1, b: 2) m[:a] # => 1 m['a'] # => 1
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
map — gem install map · libregistry