Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
ruby
зеркало из
https://github.com/github/ruby.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули ruby
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
2b2821acd3
ruby
/
gem_prelude.rb
3 строки
86 B
Ruby
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Do not call 'gem "did_you_mean"' for now This will slow down the time that the +require+ method takes to load DYM, but this has caused a build failure in a certain situation: https://ci.appveyor.com/project/ruby/ruby/builds/29214253/job/r9u9c8p95tnlftt3#L24965 which is reported as a separate bug: https://bugs.ruby-lang.org/issues/16382?next_issue_id=16381 For now this commit should fix the builds, but we should come back and add back the 'gem' call.
2019-11-30 05:40:07 +03:00
require
'rubygems.rb'
if
defined?
(
Gem
)
require
'did_you_mean'
if
defined?
(
DidYouMean
)