RubyGems Navigation menu

with_reverse_lookup 0.0.1

Provides a simple modification to existing hashes to provide key lookup by value in addition to value lookup by key. For example: TABLE = { :key => 1 }.extend(WithReverseLookup) TABLE[:key] #=> 1 TABLE[1] #=> :key This is mostly useful for lookup tables.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.1 - September 01, 2010 (4 KB)

Owners:

Authors:

  • Matt Todd

SHA 256 checksum:

be3919b8dc3336e55236ca4715448613f6509840c7b91a138cf2ea1fcafd725a

Total downloads 4,337

For this version 4,337

Licenses:

N/A

Required Ruby Version: None

Links: