mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]
This commit is contained in:
parent
50bb8b6052
commit
aa32465ab3
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ require "irb/version"
|
|||
#
|
||||
# IRB.conf[:PROMPT_MODE][: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" # used to printf
|
||||
|
|
Loading…
Reference in a new issue