ruby-changes:34887
From: zzak <ko1@a...>
Date: Sun, 27 Jul 2014 05:13:19 +0900 (JST)
Subject: [ruby-changes:34887] zzak:r46970 (trunk): * lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]
zzak 2014-07-27 05:13:03 +0900 (Sun, 27 Jul 2014) New Revision: 46970 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46970 Log: * 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 Modified files: trunk/ChangeLog trunk/lib/irb.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 46969) +++ ChangeLog (revision 46970) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Jul 27 05:11:21 2014 Zachary Scott <e@z...> + + * lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane + Fixes documenting-ruby/ruby#37 + https://github.com/documenting-ruby/ruby/pull/37 + Sun Jul 27 02:41:50 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * lib/shell/command-processor.rb: remove unused variable. Index: lib/irb.rb =================================================================== --- lib/irb.rb (revision 46969) +++ lib/irb.rb (revision 46970) @@ -139,7 +139,7 @@ STDOUT.sync = true https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L139 # # 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/