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:
parent
d6bcf36793
commit
c86a9e6592
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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ライブラリを利用しない.
|
||||
|
|
Loading…
Reference in a new issue