Hi,
In message "Proc hash bug?"
on 02/01/09, "Nathaniel Talbott" <ntalbott / rolemodelsoft.com> 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.