RubyGems Navigation menu

rekey 0.0.3

For turning Arrays into Hashes, with keys computed from the Array contents. Or for rekeying Hashes. [ 1, 2, 3 ].rekey {|v| v} => { 1 => 1, 2 => 2, 3 => 3 }

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 4.0.0 - October 09, 2018 (6.5 KB)
  2. 3.0.1 - April 26, 2018 (6.5 KB)
  3. 3.0.0 - April 26, 2018 (6.5 KB)
  4. 2.0.1 - October 08, 2017 (6.5 KB)
  5. 2.0.0 - October 04, 2017 (6.5 KB)
  6. 0.0.3 - December 29, 2016 (6.5 KB)
顯示所有版本(共 9)

Development 相依性套件 (1):

rake >= 0

擁有者:

作者:

  • Daniel Pepper

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 957,673

這個版本 1,706

授權:

MIT

Ruby 版本需求: >= 0

相關連結: