mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Follows callback declaration updates
This commit is contained in:
parent
4209066f0e
commit
6a0d2bc2af
4 changed files with 16 additions and 11 deletions
|
|
@ -7,7 +7,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
VALUE proc_spec_rb_proc_new_function(VALUE args) {
|
||||
VALUE proc_spec_rb_proc_new_function(RB_BLOCK_CALL_FUNC_ARGLIST(args, dummy)) {
|
||||
return rb_funcall(args, rb_intern("inspect"), 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue