Ruby Hash with duplicate keys?

Viewed 27229

Is it possible to create a hash in Ruby that allows duplicate keys?

I'm working in Ruby 1.9.2.

2 Answers
Related