mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
5 lines
228 B
Ruby
5 lines
228 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Ruby 3.3 and RubyGems 3.5 is already load Gem::Timeout from lib/rubygems/timeout.rb
|
|
# We should avoid to load it again
|
|
require_relative "vendor/timeout/lib/timeout" unless defined?(Gem::Timeout)
|