[rubygems/rubygems] Add a FreeBSD platform helper

https://github.com/rubygems/rubygems/commit/535c83d5be
This commit is contained in:
David Rodriguez 2024-05-13 11:59:55 +02:00 коммит произвёл git
Родитель 2dd46bb82f
Коммит 4db76d198b
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1012,6 +1012,13 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
RUBY_PLATFORM.include?("solaris")
end
##
# Is this platform FreeBSD
def self.freebsd_platform?
RbConfig::CONFIG["host_os"].to_s.include?("bsd")
end
##
# Load +plugins+ as Ruby files