From: SASADA Koichi Date: 2011-11-01T09:26:36+09:00 Subject: [ruby-core:40587] Re: [ruby-trunk - Feature #5531][Open] deep_value for dealing with nested hashes (2011/11/01 8:52), Kyle Peyton wrote: > Example: > >> foo = {:bar => {:baz => 'blah'}} >> foo.dv(:bar, :baz) > -> 'blah' >> foo.dv(:cats) > -> nil Just idea. How about to extend Hash#[] for it? -- // SASADA Koichi at atdot dot net