J
Jim Freeze
Hi
I find that when I need to do a deep copy that I
usually just do the following:
x = Marshal.load(Marshal.dump(y)
Is there a more concise (possibly faster) method that
combines these two steps? If not, should we add one?
I find that when I need to do a deep copy that I
usually just do the following:
x = Marshal.load(Marshal.dump(y)
Is there a more concise (possibly faster) method that
combines these two steps? If not, should we add one?