diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-16 15:06:58 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-16 15:06:58 +0000 |
commit | 5a0f6e335955d46359688f72272edcef07ba97db (patch) | |
tree | 75c072d81b0136122ae851aa0e97658bef012b8d | |
parent | 35eb6822eca71db142099d3761e2d18683c9d1a5 (diff) | |
download | ruby-5a0f6e335955d46359688f72272edcef07ba97db.tar.gz ruby-5a0f6e335955d46359688f72272edcef07ba97db.tar.xz ruby-5a0f6e335955d46359688f72272edcef07ba97db.zip |
* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,
rb_obj_method_arity): new functions to obtain method arity.
[ruby-dev:25143]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Dec 17 00:01:48 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, + rb_obj_method_arity): new functions to obtain method arity. + [ruby-dev:25143] + Thu Dec 16 23:31:13 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extension |