summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-30 06:01:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-30 06:01:58 +0000
commit350f6febe9f13deeb9a850816ca0c3f27af06229 (patch)
tree7149a3c21192bff901dc424b5caaeae08fc39ffc /ChangeLog
parent402ae1e8ca080c890a2c7e3575cbebcbc7f0fbac (diff)
* instruby.rb (install): add arguments explicitly to "super".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13af04d60..32d5cbe74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 30 14:58:33 2004 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * instruby.rb (install): add arguments explicitly to "super".
+
Tue Nov 30 00:49:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_eval): [ruby-core:03856]