hacks/deep_copy |
class Object < Object |
TODO: Using Marshal.load/Marshal.dump is slow, and doesn't work with all objects. Using each and/or each_instance_variable would be a better solution, but would make reconstructing the object more difficult.
Public Methods |