>>>>> "D" == Dave Thomas <Dave / PragmaticProgrammer.com> writes:

>> copy-on-write, like regexp

D>   a.id		# => 537675084
D>   b.id		# => 537675424

 See rb_str_new4(), you have 2 differents objects which reference the same
 C string (like for regexp)


Guy Decoux