From: "mame (Yusuke Endoh)" <mame@...> Date: 2012-03-25T14:24:13+09:00 Subject: [ruby-core:43603] [ruby-trunk - Feature #3963][Assigned] Map class in standard library Issue #3963 has been updated by mame (Yusuke Endoh). Description updated Status changed from Open to Assigned Assignee set to akr (Akira Tanaka) ---------------------------------------- Feature #3963: Map class in standard library https://bugs.ruby-lang.org/issues/3963#change-25099 Author: trans (Thomas Sawyer) Status: Assigned Priority: Normal Assignee: akr (Akira Tanaka) Category: Target version: 2.0.0 =begin Could we get a class like Ara Howard's Map (http://github.com/ahoward/map) included in Ruby's standard library? Map is a class that would get a lot of usage. We already see similar classes in other code like Rail's with it's HashWithIndifferentAccess, and my own spin-off from Ruby Facets, the Stash class. It's just one of those things that is genuinely useful. I am not partial to any particular implementation, but I trust Ara's skills and the short name "Map" is pretty nice too. (Just a side note: Personally I'd prefer the functionality of Map in place of Hash itself, since it has the functionality people want 80% or more of the time, but I realize that is likely to have too many backward compatibility issues for real consideration.) =end -- http://bugs.ruby-lang.org/