This commit is contained in:
Kazuhiro NISHIYAMA 2022-12-06 11:18:59 +09:00
Родитель e9a0f45dc4
Коммит 80bd9c64aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -54,15 +54,6 @@ see [Building Ruby](doc/contributing/building_ruby.md)
https://www.ruby-lang.org/
## Configuration
### Environment Variables
- `NO_COLOR`: Assigning a value to it disables IRB's colorization.
- `IRB_USE_AUTOCOMPLETE`: Setting it to `false` disables IRB's autocompletion.
- `EDITOR`: Its value would be used to open files by the `edit` command.
- `IRBRC`: The file specified would be evaluated as IRB's rc-file.
## Documentation
- [English](https://docs.ruby-lang.org/en/master/index.html)