* 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
This commit is contained in:
parent
98fce6fea8
commit
77a8010abd
@ -1,3 +1,8 @@
|
|||||||
|
Sun May 25 10:01:11 2014 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* 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 <shibata.hiroshi@gmail.com>
|
Sun May 25 09:58:02 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* test/fileutils/test_fileutils.rb (test_chown_R): Add tests for
|
* test/fileutils/test_fileutils.rb (test_chown_R): Add tests for
|
||||||
|
@ -138,7 +138,7 @@ STDOUT.sync = true
|
|||||||
# This example can be used in your +.irbrc+
|
# This example can be used in your +.irbrc+
|
||||||
#
|
#
|
||||||
# IRB.conf[:PROMPT][:MY_PROMPT] = { # name of prompt mode
|
# 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_I => nil, # normal prompt
|
||||||
# :PROMPT_S => nil, # prompt for continuated strings
|
# :PROMPT_S => nil, # prompt for continuated strings
|
||||||
# :PROMPT_C => nil, # prompt for continuated statement
|
# :PROMPT_C => nil, # prompt for continuated statement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user