mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 22:14:37 +02:00

As commented in include/ruby/internal/abi.h, since teeny versions of Ruby should guarantee ABI compatibility, `RUBY_ABI_VERSION` has no role in released versions of Ruby.
4 lines
119 B
Ruby
4 lines
119 B
Ruby
# frozen_string_literal: false
|
|
return unless RUBY_PATCHLEVEL < 0
|
|
require_relative "../auto_ext.rb"
|
|
auto_ext(inc: true)
|