mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cd1a0b3caa
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)
|