10
10
#
11
11
#
12
12
Usage: irb.rb [options] [programfile] [arguments]
13
- -f Suppress read of ~/.irbrc
13
+ -f Suppress read of ~/.irbrc
14
14
-d Set $DEBUG to true (same as `ruby -d')
15
15
-r load-module Same as `ruby -r'
16
16
-I path Specify $LOAD_PATH directory
17
17
-U Same as `ruby -U`
18
18
-E enc Same as `ruby -E`
19
19
-w Same as `ruby -w`
20
20
-W[level=2] Same as `ruby -W`
21
- --context-mode n Set n[0-3 ] to method to create Binding Object,
21
+ --context-mode n Set n[0-4 ] to method to create Binding Object,
22
22
when new workspace was created
23
23
--echo Show result(default)
24
24
--noecho Don't show result
@@ -31,8 +31,8 @@ Usage: irb.rb [options] [programfile] [arguments]
31
31
--colorize Use colorization
32
32
--nocolorize Don't use colorization
33
33
--prompt prompt-mode/--prompt-mode prompt-mode
34
- Switch prompt mode. Pre-defined prompt modes are
35
- `default', `simple', `xmp' and `inf-ruby'
34
+ Switch prompt mode. Pre-defined prompt modes are
35
+ `default', `simple', `xmp' and `inf-ruby'
36
36
--inf-ruby-mode Use prompt appropriate for inf-ruby-mode on emacs.
37
37
Suppresses --multiline and --singleline.
38
38
--sample-book-mode/--simple-prompt
@@ -41,8 +41,8 @@ Usage: irb.rb [options] [programfile] [arguments]
41
41
--single-irb Share self with sub-irb.
42
42
--tracer Display trace for each execution of commands.
43
43
--back-trace-limit n
44
- Display backtrace top n and tail n. The default
45
- value is 16.
44
+ Display backtrace top n and tail n. The default
45
+ value is 16.
46
46
--verbose Show details
47
47
--noverbose Don't show details
48
48
-v, --version Print the version of irb
0 commit comments