summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/irb/irb.rd.ja4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/irb/irb.rd.ja b/doc/irb/irb.rd.ja
index fd03b35a0a..9d03651a8e 100644
--- a/doc/irb/irb.rd.ja
+++ b/doc/irb/irb.rd.ja
@@ -144,12 +144,12 @@ PROMPT_I, PROMPT_N, PROMPT_S, PROMPT_Cは, フォーマットを指定します.
例えば, デフォルトのプロンプトモードは:
- IRB.conf[:PROMPT_MODE][:DEFAULT] = {
+ IRB.conf[:PROMPT][:DEFAULT] = {
:PROMPT_I => "%N(%m):%03n:%i> ",
:PROMPT_N => "%N(%m):%03n:%i> ",
:PROMPT_S => "%N(%m):%03n:%i%l ",
:PROMPT_C => "%N(%m):%03n:%i* ",
- :RETURN => "%s\n"
+ :RETURN => "=> %s\n"
}
となっています.