ruby/ext/pathname/extconf.rb
Peter Zhu f8f542bd9b [ruby/pathname] Remove check for File.birthtime
File.birthtime has existed since Ruby 2.2, and pathname requires Ruby
>= 2.7.0, so the method will always be there.

aca9613bbf
2024-04-16 05:48:57 +00:00

3 lines
74 B
Ruby

# frozen_string_literal: false
require 'mkmf'
create_makefile('pathname')