mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
7ba16939bb
commit
5c0636bda4
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ require_relative "irb/easter-egg"
|
||||||
# -W[level=2] Same as `ruby -W`
|
# -W[level=2] Same as `ruby -W`
|
||||||
# --context-mode n Set n[0-4] to method to create Binding Object,
|
# --context-mode n Set n[0-4] to method to create Binding Object,
|
||||||
# when new workspace was created
|
# when new workspace was created
|
||||||
# --echo Show result(default)
|
# --echo Show result (default)
|
||||||
# --noecho Don't show result
|
# --noecho Don't show result
|
||||||
# --inspect Use `inspect' for output
|
# --inspect Use `inspect' for output
|
||||||
# --noinspect Don't 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`
|
-W[level=2] Same as `ruby -W`
|
||||||
--context-mode n Set n[0-4] to method to create Binding Object,
|
--context-mode n Set n[0-4] to method to create Binding Object,
|
||||||
when new workspace was created
|
when new workspace was created
|
||||||
--echo Show result(default)
|
--echo Show result (default)
|
||||||
--noecho Don't show result
|
--noecho Don't show result
|
||||||
--inspect Use `inspect' for output
|
--inspect Use `inspect' for output
|
||||||
--noinspect Don't use inspect for output
|
--noinspect Don't use inspect for output
|
||||||
|
|
|
@ -106,7 +106,7 @@ Doesn't use singleline editor module.
|
||||||
.Pp
|
.Pp
|
||||||
.Pp
|
.Pp
|
||||||
.It Fl -echo
|
.It Fl -echo
|
||||||
Show result(default).
|
Show result (default).
|
||||||
.Pp
|
.Pp
|
||||||
.It Fl -noecho
|
.It Fl -noecho
|
||||||
Don't show result.
|
Don't show result.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue