286 287 288
# File 'lib/nendo/ruby/types.rb', line 286 def deepCopy( sexp ) Marshal.load(Marshal.dump( sexp )) end