diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-14 09:03:48 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-14 09:03:48 +0000 |
commit | dc00009f038a32aaadb43f618f20a31dd12f821c (patch) | |
tree | 20e12e2da3795556a95bb7390d5054e4a0f920ef | |
parent | e485ca5dcd1febd7ddaed21997ac9cbe2ac16315 (diff) | |
download | ruby-dc00009f038a32aaadb43f618f20a31dd12f821c.tar.gz ruby-dc00009f038a32aaadb43f618f20a31dd12f821c.tar.xz ruby-dc00009f038a32aaadb43f618f20a31dd12f821c.zip |
* proc.c (rb_proc_arity): commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -581,7 +581,7 @@ proc_arity(VALUE self) } int -rb_proc_arity(VALUE proc) +rb_proc_arity(VALUE self) { rb_proc_t *proc; rb_iseq_t *iseq; |