12 Sep
2011
12 Sep
'11
12:09 p.m.
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 19514ab3772bb743960deaaf18d57dc721fe8dce https://github.com/MacRuby/MacRuby/commit/19514ab3772bb743960deaaf18d57dc721... Author: Watson <watson1978@gmail.com> Date: 2011-09-12 (Mon, 12 Sep 2011) Changed paths: M array.c M hash.c M macruby_internal.h M object.c M string.c Log Message: ----------- String#dup, Array#dup and Hash#dup should copy instance variables. fix a #1262. (Thanks, @alloy, @takaokouji_en and @ZaZooBred)