Actions
Backport #2628
closed1.9 Hash documentation says hashes not ordered
Status:
Closed
Assignee:
Description
=begin
The documentation for Hash says that hashes are not ordered, even though 1.9.x hashes are ordered. From the documentation (ri): “The order in which you traverse a hash by either key or value may seem arbitrary, and will generally not be in the insertion order.”
The documentation for Hash should be updated to reflect that they are ordered, and that iterating over keys or values or both will happen in order of insertion.
=end
Actions
Like0
Like0Like0