Are there associative arrays in Ruby? Or associative arrays are just hashes for Ruby?
I heard in Ruby hashes and associative arrays aren't the same thing (like in some other languages).
So are there practical difference between associative arrays and hashes?