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 (4.0 KB)

业主:

作者:

  • Matt Todd

SHA 256 校验和:

=

下载总量 4,436

这个版本 4,436

版本发布:

许可:

需要的 Ruby 版本:

链接: