Hi,
In message "Re: Proc#dup?"
on Mon, 18 Oct 2004 07:56:34 +0900, Jamis Buck <jgb3 / email.byu.edu> writes:
|I noticed, today, that Proc#dup fails ("allocator undefined for Proc"),
|but Proc#clone works.
|
|Is this expected behavior?
No. Both clone and dup should cause error (there should not be any
problem since Proc is immutable). Thank you.
matz.