From 77a8010abddbbcf06bc2b5d423e0284b4e4ea4c8 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 25 May 2014 01:02:59 +0000 Subject: [PATCH] * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh. Patch submitted via documenting-ruby/ruby#32 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/irb.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7f8b56b0c..a078ea0559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun May 25 10:01:11 2014 Zachary Scott + + * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh. + Patch submitted via documenting-ruby/ruby#32 + Sun May 25 09:58:02 2014 SHIBATA Hiroshi * test/fileutils/test_fileutils.rb (test_chown_R): Add tests for diff --git a/lib/irb.rb b/lib/irb.rb index 01f231bff8..300ae97519 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -138,7 +138,7 @@ STDOUT.sync = true # This example can be used in your +.irbrc+ # # IRB.conf[:PROMPT][:MY_PROMPT] = { # name of prompt mode -# :AUTO_INDENT => true # enables auto-indent mode +# :AUTO_INDENT => true, # enables auto-indent mode # :PROMPT_I => nil, # normal prompt # :PROMPT_S => nil, # prompt for continuated strings # :PROMPT_C => nil, # prompt for continuated statement