From c4845b3ced5d233ad9138de70178ae211935c3b2 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 1 May 2009 07:52:09 +0000 Subject: * lib/set.rb (Set#merge): Only directly use the passed objects @hash instance variable when self and the passed object are instances of the same class. [Bug #118] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38950333c..1bb9d1f08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri May 1 16:50:05 2009 Akinori MUSHA + + * lib/set.rb (Set#merge): Only directly use the passed objects + @hash instance variable when self and the passed object are + instances of the same class. [Bug #118] + Fri May 1 16:44:11 2009 Akinori MUSHA * lib/set.rb (SortedSet#add): Do not let an uncomparable object -- cgit