* vm_method.c(rb_method_entry_make):
[DOC] [ci skip] Remove a needless space from comment [Fixes GH-1069] Patch by @yui-knk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
727f2971fb
commit
9b425061da
@ -1,3 +1,9 @@
|
|||||||
|
Mon Oct 26 18:36:43 2015 Shota Fukumori (sora_h) <her@sorah.jp>
|
||||||
|
|
||||||
|
* vm_method.c(rb_method_entry_make):
|
||||||
|
[DOC] [ci skip] Remove a needless space from comment
|
||||||
|
[Fixes GH-1069] Patch by @yui-knk
|
||||||
|
|
||||||
Mon Oct 26 17:30:13 2015 Ryan Hosford <tad.hosford@gmail.com>
|
Mon Oct 26 17:30:13 2015 Ryan Hosford <tad.hosford@gmail.com>
|
||||||
|
|
||||||
* lib/fileutils.rb: rename tailing to trailing.
|
* lib/fileutils.rb: rename tailing to trailing.
|
||||||
|
@ -442,7 +442,7 @@ rb_add_refined_method_entry(VALUE refined_class, ID mid)
|
|||||||
/*
|
/*
|
||||||
* klass->method_table[mid] = method_entry(defined_class, visi, def)
|
* klass->method_table[mid] = method_entry(defined_class, visi, def)
|
||||||
*
|
*
|
||||||
* If def is given (!= NULL), then just use it and ignore original_id and otps.
|
* If def is given (!= NULL), then just use it and ignore original_id and otps.
|
||||||
* If not given, then make a new def with original_id and opts.
|
* If not given, then make a new def with original_id and opts.
|
||||||
*/
|
*/
|
||||||
static rb_method_entry_t *
|
static rb_method_entry_t *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user