Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はハッシュを持っています
my_hash = {"key1"=> {"key2"=> {"key3"=> "value"}}, "key4"=> "value"}
キーのフルパスのみを配列として返したい。すべてがこのように連結されます
[key1, key1key2, key1key2key3, key4].
これを行う方法に関する提案。ありがとう