From: Robert Klemme Date: 2003-06-30T16:55:13+09:00 Subject: Memory behavior of String#dup Hi all, does String#dup also copy the byte sequence of the string or does it only copy a reference and does a copy on write? robert