Ruby: A Study in Hashes All Over the Freaking Place As with many dynamic languages, early (for some definition of “early”) implementations of Ruby used hash tables all over the place. Let’s just take ...
mad_flatter is a Ruby gem that takes a Ruby Hash and flattens the Hash keys to create a new Hash with unique Hash keys; that is, embedded Hashes use their respective keys as namespaces to create ...