Fix ruby_testoptions on RubyCI

20230308T185004Z.fail.html.gz
This commit is contained in:
Takashi Kokubun 2023-03-08 12:00:13 -08:00
parent 2f19c5b7e0
commit cc54e1cf48

View file

@ -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