Actions
Feature #10370
open[PATCH] We don't need to check whether rb_block_call exists
    Feature #10370:
    [PATCH] We don't need to check whether rb_block_call exists
  
Status:
Open
Assignee:
-
Target version:
-
Description
As far as I know, rb_iterate replaced by rb_block_call API between Ruby 1.8 and 1.9.
And maintenance of Ruby versions 1.8 ended.
So I think we don't need to check whether rb_block_call exists.
Files
Actions