зеркало из https://github.com/github/ruby.git
* ruby.c (proc_options): remove an experimental feature: --require
option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e63f298f85
Коммит
50b3370db8
3
ruby.c
3
ruby.c
|
@ -1068,9 +1068,6 @@ proc_options(long argc, char **argv, struct cmdline_options *opt, int envopt)
|
|||
set_source_encoding_once(opt, s, 0);
|
||||
}
|
||||
#endif
|
||||
else if (is_option_with_arg("require", Qfalse, Qtrue)) {
|
||||
add_modules(&opt->req_list, s);
|
||||
}
|
||||
else if (is_option_with_arg("gem", Qfalse, Qtrue)) {
|
||||
if (strcmp("disabled", s) == 0) {
|
||||
opt->disable |= DISABLE_BIT(gems);
|
||||
|
|
Загрузка…
Ссылка в новой задаче