diff --git a/ChangeLog b/ChangeLog index b8d4a1c067..1affab510e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 10 22:49:01 2004 Yukihiro Matsumoto + + * lib/delegate.rb (SimpleDelegator::dup): wrong number of + arguments. + + * lib/delegate.rb (DelegateClass::dup): ditto. + Wed Nov 10 19:47:55 2004 Nobuyoshi Nakada * dir.c (glob_helper): path is a string object now. diff --git a/lib/delegate.rb b/lib/delegate.rb index 10b135116d..bc200d212b 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -76,13 +76,13 @@ class SimpleDelegator