Make a deep copy of the object
52 53 54
# File 'lib/cequel/util.rb', line 52 def deep_copy(obj) Marshal.load(Marshal.dump(obj)) end