Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Collections Ruby Hashes Hash Methods

I cannot confirm the overwriting behaviour for conflicting keys in merged hashes.

When I try to merge two hashes, and one key is the same with another value, the old key in the original hash is not overwritten with the newest version of the key.

The old key remains, but changes the position.

I have Ruby 1.93p484 (2013-11-22 revision 43786) on Ubuntu Linux 14.4. Is my old Ruby version the explanation for the different behavior?

William Li
William Li
Courses Plus Student 26,868 Points

Hi, Frank, it'd be best if you can provide the complete code along with its output