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.
Ruby のドキュメントには、次のような記述がありHash#valuesます。
Hash#values
ハッシュは、対応するキーが挿入された順序で値を列挙します。
これは にも当てはまりますがHash#keys、文書化されていません。
Hash#keys
これは真実であり続ける可能性がありますか?そして、それはすべてのキーセットに当てはまりますか?