Registry / utility / dictionary

dictionary

JSON →
library1.0.0rbrubygemsunverified

The Dictionary class is a type of ordered Hash, which keeps its contents in a customizable order.

gem install dictionary
INSTALL
IMPORT
SIG · DICTIONARY
D
dictionary
utilityrubyv1.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.

Dictionary
require 'dictionary'

Creates an ordered dictionary.

require 'dictionary' dict = Dictionary.new dict['a'] = 1 dict['b'] = 2 dict.each { |key, value| puts "#{key}: #{value}" }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dictionary — gem install dictionary · libregistry