1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bc mode is already removed [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-06-27 11:17:03 +09:00
parent d6bcf36793
commit c86a9e6592
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Usage: irb.rb [options] [programfile] [arguments]
when new workspace was created
--echo Show result(default)
--noecho Don't show result
--inspect Use `inspect' for output (default except for bc mode)
--inspect Use `inspect' for output
--noinspect Don't use inspect for output
--readline Use Readline extension module
--noreadline Don't use Readline extension module

View file

@ -21,7 +21,7 @@ Usage: irb.rb [options] [programfile] [arguments]
オブジェクトの作成方法を 0 から 3 のいずれかに設定する.
--echo 実行結果を表示する(デフォルト).
--noecho 実行結果を表示しない.
--inspect 結果出力にinspectを用いる(bcモード以外はデフォルト).
--inspect 結果出力にinspectを用いる.
--noinspect 結果出力にinspectを用いない.
--readline readlineライブラリを利用する.
--noreadline readlineライブラリを利用しない.