From d6bc37f276dabd2026b9c12a66b606d7cf75d27d Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sun, 15 Jun 2008 13:48:40 +0000 Subject: merge revision(s) 16369: * lib/delegate.rb (SimpleDelegator::dup): removed needless argument. [ruby-list:44910] * lib/delegate.rb (clone, dup): keep relationship with the target object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ lib/delegate.rb | 22 +++++++++++++--------- version.h | 2 +- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0739f11ca..f738d22f94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jun 15 22:48:26 2008 Nobuyoshi Nakada + + * lib/delegate.rb (SimpleDelegator::dup): removed needless argument. + [ruby-list:44910] + + * lib/delegate.rb (clone, dup): keep relationship with the target + object. + Sun Jun 15 22:46:34 2008 Yukihiro Matsumoto * util.c (ruby_strtod): backported from 1.9. a patch from Satoshi diff --git a/lib/delegate.rb b/lib/delegate.rb index d810ccad42..ea5ef2b2ae 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -228,13 +228,15 @@ class SimpleDelegator