|
Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
|
Backwards compatibility layer. More...
Namespaces | |
| namespace | cxxanyargs |
| Provides ANYARGS deprecation warnings. | |
Functions | |
| static VALUE | rb_iterate_deprecated (VALUE(*iter)(VALUE), VALUE data1, rb_block_call_func_t bl, VALUE data2) |
| Old way to iterate a block. | |
Backwards compatibility layer.
|
inlinestatic |
Old way to iterate a block.
| [in] | iter | A function that could yield a value. |
| [in,out] | data1 | Passed to func1 |
| [in] | bl | A function acts as a block. |
| [in,out] | data2 | Passed to proc as the data2 parameter. |
func1 returns. Definition at line 301 of file iterator.h.
Referenced by ruby::backward::cxxanyargs::rb_iterate().