mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* proc.c (Init_Proc): remove a line break.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c4aff3fe0
commit
66d4a354a8
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Jun 2 16:45:21 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* proc.c (Init_Proc): remove a line break.
|
||||||
|
|
||||||
Sat Jun 2 01:27:27 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Sat Jun 2 01:27:27 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* numeric.c (int_round): small optimization to handle bignums.
|
* numeric.c (int_round): small optimization to handle bignums.
|
||||||
|
|
3
proc.c
3
proc.c
|
@ -1481,8 +1481,7 @@ Init_Proc(void)
|
||||||
|
|
||||||
/* Module#*_method */
|
/* Module#*_method */
|
||||||
rb_define_method(rb_cModule, "instance_method", rb_mod_method, 1);
|
rb_define_method(rb_cModule, "instance_method", rb_mod_method, 1);
|
||||||
rb_define_private_method(rb_cModule, "define_method",
|
rb_define_private_method(rb_cModule, "define_method", rb_mod_define_method, -1);
|
||||||
rb_mod_define_method, -1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue