diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-06 13:07:12 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-06 13:07:12 +0000 |
| commit | 03ea3b060cc5d55d391a6af3d54b6daa0fb62a17 (patch) | |
| tree | 577490c191adc749c2b2b4ec9fc56e5b704bae7d /ChangeLog | |
| parent | 1f539dba0667949e42ec9603af3d7e7fb784781f (diff) | |
| download | ruby-03ea3b060cc5d55d391a6af3d54b6daa0fb62a17.tar.gz ruby-03ea3b060cc5d55d391a6af3d54b6daa0fb62a17.tar.xz ruby-03ea3b060cc5d55d391a6af3d54b6daa0fb62a17.zip | |
* lib/delegate.rb (Delegator::public_api): take snapshot of
public method at the beginning time.
* lib/delegate.rb (SimpleDelegator#initialize): use
Delegator.public_api since public_method might be added after
initialization. [ruby-dev:39383]
* lib/delegate.rb (DelegateClass): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -17,6 +17,17 @@ Tue Oct 6 06:26:00 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/canvas.rb, ext/tk/lib/tkextlib/blt/component.rb: lack of support for methodcall_optkeys. +Mon Oct 5 17:19:33 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/delegate.rb (Delegator::public_api): take snapshot of + public method at the beginning time. + + * lib/delegate.rb (SimpleDelegator#initialize): use + Delegator.public_api since public_method might be added after + initialization. [ruby-dev:39383] + + * lib/delegate.rb (DelegateClass): ditto. + Mon Oct 5 12:22:12 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro |
