aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 20:13:03 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 20:13:03 +0000
commit22e09d1e22901e45bf65b652a54983af8ad69637 (patch)
treedae4ebeccda2d8d7f1f36c43d64fb607d9f949df /lib/irb.rb
parent4b8f0e76373ee806ce32ada89203fc50c8b0070d (diff)
downloadruby-22e09d1e22901e45bf65b652a54983af8ad69637.tar.gz
* lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]
Fixes documenting-ruby/ruby#37 https://github.com/documenting-ruby/ruby/pull/37 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 300ae97519..1874f234c6 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -139,7 +139,7 @@ STDOUT.sync = true
#
# IRB.conf[:PROMPT][:MY_PROMPT] = { # name of prompt mode
# :AUTO_INDENT => true, # enables auto-indent mode
-# :PROMPT_I => nil, # normal prompt
+# :PROMPT_I => ">> ", # simple prompt
# :PROMPT_S => nil, # prompt for continuated strings
# :PROMPT_C => nil, # prompt for continuated statement
# :RETURN => " ==>%s\n" # format to return value