mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ruby.h: fix rb_scan_args_trail_idx
* include/ruby/ruby.h (rb_scan_args_trail_idx): fix the case both of optional and rest arguments are defined. [ruby-core:82427] [Bug #13830] * include/ruby/ruby.h (rb_scan_args_n_trail): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9657a6c216
commit
3632bd45f5
4 changed files with 510 additions and 17 deletions
1
ext/-test-/scan_args/extconf.rb
Executable file
1
ext/-test-/scan_args/extconf.rb
Executable file
|
@ -0,0 +1 @@
|
|||
create_makefile("-test-/scan_args")
|
Loading…
Add table
Add a link
Reference in a new issue