I have seen this question Traversing a Hash Recursively in Ruby
However I am still not able to achieve this. Can anyone please help (also explain).
Input hash:
{"." => {"foo" => {"hello" => {}, "world" => {}}, "bar" => {}}}
I just need to traverse it and not search for anything