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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

所有者:

作者:

  • Matt Todd

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 4,401

このバージョンのみ 4,401

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: