mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Moved rb_callable_receiver internal
This commit is contained in:
parent
29c54b5e03
commit
68d24bc045
3 changed files with 7 additions and 4 deletions
|
@ -21,6 +21,7 @@ int rb_block_pair_yield_optimizable(void);
|
|||
int rb_block_arity(void);
|
||||
int rb_block_min_max_arity(int *max);
|
||||
VALUE rb_block_to_s(VALUE self, const struct rb_block *block, const char *additional_info);
|
||||
VALUE rb_callable_receiver(VALUE);
|
||||
|
||||
MJIT_SYMBOL_EXPORT_BEGIN
|
||||
VALUE rb_func_proc_new(rb_block_call_func_t func, VALUE val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue