@@ -21,18 +21,11 @@ class NativeHandleChecker
21
21
"C-API Kernel function rb_rescue raises an exception if any exception is raised inside the 'rescue function'" => 1 ,
22
22
"C-API Kernel function rb_rescue makes $! available only during the 'rescue function' execution" => 1 ,
23
23
"CApiObject rb_obj_call_init sends #initialize" => 2 ,
24
- "C-API String function rb_sprintf formats a string VALUE using to_s if sign not specified in format" => 1 ,
25
- "C-API String function rb_sprintf formats a string VALUE using inspect if sign specified in format" => 1 ,
26
- "C-API String function rb_sprintf formats a TrueClass VALUE as `TrueClass` if sign not specified in format" => 1 ,
27
- "C-API String function rb_sprintf truncates a VALUE string to a supplied precision if that is shorter than the VALUE string" => 1 ,
28
- "C-API String function rb_sprintf does not truncates a VALUE string to a supplied precision if that is longer than the VALUE string" => 1 ,
29
- "C-API String function rb_sprintf pads a VALUE string to a supplied width if that is longer than the VALUE string" => 1 ,
30
24
"C-API String function rb_sprintf can format a string VALUE as a pointer and gives the same output as sprintf in C" => 1 ,
31
25
"C-API String function rb_string_value_cstr returns a non-null pointer for a simple string" => 1 ,
32
26
"C-API String function rb_string_value_cstr returns a non-null pointer for a UTF-16 string" => 1 ,
33
27
"C-API String function rb_string_value_cstr raises an error if a string contains a null" => 1 ,
34
28
"C-API String function rb_string_value_cstr raises an error if a UTF-16 string contains a null" => 1 ,
35
- "CApiWrappedTypedStruct throws an exception for a wrong type" => 1 ,
36
29
"C-API Util function rb_scan_args assigns Hash arguments" => 1 ,
37
30
"C-API Util function rb_scan_args assigns required and Hash arguments" => 1 ,
38
31
"C-API Util function rb_scan_args assigns required, optional, splat, post-splat, Hash and block arguments" => 1 ,
0 commit comments