1
0
Fork 0
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:
Nobuyoshi Nakada 2019-06-14 15:31:03 +09:00
parent 50bb8b6052
commit aa32465ab3
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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