mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
File.birthtime has existed since Ruby 2.2, and pathname requires Ruby >= 2.7.0, so the method will always be there. https://github.com/ruby/pathname/commit/aca9613bbf
4 lines
74 B
Ruby
4 lines
74 B
Ruby
# frozen_string_literal: false
|
|
require 'mkmf'
|
|
create_makefile('pathname')
|