Project

General

Profile

This project is closed and read-only.

Actions

Bug #869

closed

hashed hashes don't work in 1.8.6

Bug #869: hashed hashes don't work in 1.8.6

Added by rogerdpack (Roger Pack) almost 18 years ago. Updated over 15 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
[ruby-core:20530]

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

Also available in: PDF Atom