summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-05 01:18:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-05 01:18:28 +0000
commit0a663381cd2fc3dcad65811be1c066119e01456a (patch)
treef2673e5c52caf2e254267345a8fb4a3ddf790a22 /ChangeLog
parent19457283c7ba83f9f6ab1a972746a5e9a75e962f (diff)
downloadruby-0a663381cd2fc3dcad65811be1c066119e01456a.tar.gz
ruby-0a663381cd2fc3dcad65811be1c066119e01456a.tar.xz
ruby-0a663381cd2fc3dcad65811be1c066119e01456a.zip
* lib/irb/extend-command.rb (def_extend_command): fixed argument
number for negative arity. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edebd54e8..3ffb9d5a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 5 10:18:26 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/irb/extend-command.rb (def_extend_command): fixed argument
+ number for negative arity.
+
Fri Dec 4 16:50:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (k_def): adjust the location of method definition to the