зеркало из https://github.com/github/ruby.git
Fix ruby_testoptions on RubyCI
http://rubyci.s3.amazonaws.com/osx1200arm-no-yjit/ruby-master/log/20230308T185004Z.fail.html.gz
This commit is contained in:
Родитель
2f19c5b7e0
Коммит
cc54e1cf48
|
@ -27,5 +27,5 @@ module Enumerable
|
|||
# Makes a set from the enumerable object with given arguments.
|
||||
def to_set(klass = Set, *args, &block)
|
||||
klass.new(self, *args, &block)
|
||||
end
|
||||
end unless instance_methods.include?(:to_set) # RJIT could already load this from builtin prelude
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче