Takashi Kokubun 2023-03-08 12:00:13 -08:00
Родитель 2f19c5b7e0
Коммит cc54e1cf48
1 изменённых файлов: 1 добавлений и 1 удалений

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

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