Categories: None [Edit]
with_reverse_lookup
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.
Total
Ranking: 128,365 of 187,591
Downloads: 4,836
Daily
Ranking: 162,686 of 187,571
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | mtodd |