mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00

File.birthtime has existed since Ruby 2.2, and pathname requires Ruby
>= 2.7.0, so the method will always be there.
aca9613bbf
3 lines
74 B
Ruby
3 lines
74 B
Ruby
# frozen_string_literal: false
|
|
require 'mkmf'
|
|
create_makefile('pathname')
|