This project is closed and read-only.
Actions
Backport #7861
closedNew macro for the new feature of rb_scan_args()
Backport #7861:
New macro for the new feature of rb_scan_args()
Status:
Closed
Assignee:
Description
=begin
(({rb_scan_args()})) has new feature since 1.9.3, but there is no way to tell if it is available from extension libraries.
So we have to provide a preprocessor symbol for it now.
The name in my mind is (({HAVE_RB_SCAN_ARGS_OPTIONAL_HASH})) now.
Any ideas?
=end
Actions