From: ruby gem Date: 2012-05-06T19:54:13+09:00 Subject: proper way to create truly new dup/cloned object? a = "pass" b = a.dup b = "fail" puts a fails the test. I tried with clone also. What is the proper syntax for what I am trying to do? -- Posted via http://www.ruby-forum.com/.