Any method name four or less characters long is a big win. Using bury would be much nicer than my current update_deep_hash calls. I wasn't aware of dig in the other classes. I may be overlooking something but why not just use the cla...bettisworth (wurde _)
I came across a scenario where I needed the ability to update a deeply nested hash (Rails i18n yaml files). This seemed like something that would exist naturally in the DSL of ruby, but I could only find dig() method which only retrieves...bettisworth (wurde _)