Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up HAVE_RB_HASH_BULK_INSERT #909

Merged
merged 1 commit into from Jan 8, 2024

Commits on Jan 7, 2024

  1. Clean up HAVE_RB_HASH_BULK_INSERT

    `rb_hash_bulk_insert` function can be used as public API since Ruby 2.7.0.
    ruby/ruby@d3df725
    
    Current Oj gem only supports Ruby 2.7.0 or later.
    So there is no need to check whether function exists.
    Watson1978 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ed51a66 View commit details
    Browse the repository at this point in the history