From: matz@... (Yukihiro Matsumoto) Date: 2002-01-09T13:49:23+09:00 Subject: Re: Proc hash bug? Hi, In message "Proc hash bug?" on 02/01/09, "Nathaniel Talbott" writes: |I would have expected the proc to still have the same hash as itself! |This behavior also occurs for me on 1.6.4. Is this a bug? If not, what's |the feature? Current implementation converts Proc <-> Block for each time, so that &var Proc is generated each time. This might change in the future, but I cannot ensure the hash (or identity) equality. matz.