[ruby/irb] Add a space before left paren

https://github.com/ruby/irb/commit/973bac83ff
This commit is contained in:
aycabta 2021-09-27 03:03:20 +09:00 коммит произвёл git
Родитель 7ba16939bb
Коммит 5c0636bda4
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -62,7 +62,7 @@ require_relative "irb/easter-egg"
# -W[level=2] Same as `ruby -W`
# --context-mode n Set n[0-4] to method to create Binding Object,
# when new workspace was created
# --echo Show result(default)
# --echo Show result (default)
# --noecho Don't show result
# --inspect Use `inspect' for output
# --noinspect Don't use inspect for output

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

@ -20,7 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments]
-W[level=2] Same as `ruby -W`
--context-mode n Set n[0-4] to method to create Binding Object,
when new workspace was created
--echo Show result(default)
--echo Show result (default)
--noecho Don't show result
--inspect Use `inspect' for output
--noinspect Don't use inspect for output

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

@ -106,7 +106,7 @@ Doesn't use singleline editor module.
.Pp
.Pp
.It Fl -echo
Show result(default).
Show result (default).
.Pp
.It Fl -noecho
Don't show result.