This project is closed and read-only.
Actions
Bug #869
closedhashed hashes don't work in 1.8.6
Bug #869:
hashed hashes don't work in 1.8.6
Description
=begin
Appears that in 186 [not 1.8.7, nor 1.9]
a = {}
a[{:a => 3, :b => 4}] = 5
=> 5
a[{:a => 3, :b => 4}]
=> nil
Thanks for help.
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mingw32]
-=R
=end
Actions