mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Symbol refinements [Bug #15114]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1e9896ae31
commit
cd5b309575
4 changed files with 36 additions and 9 deletions
|
@ -967,7 +967,7 @@ rb_resolve_refined_method(VALUE refinements, const rb_method_entry_t *me)
|
|||
return resolve_refined_method(refinements, me, NULL);
|
||||
}
|
||||
|
||||
static const rb_callable_method_entry_t *
|
||||
const rb_callable_method_entry_t *
|
||||
rb_resolve_refined_method_callable(VALUE refinements, const rb_callable_method_entry_t *me)
|
||||
{
|
||||
VALUE defined_class = me->defined_class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue