зеркало из https://github.com/github/ruby.git
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b3525ae1e7
Коммит
5bdef2f984
2
enum.c
2
enum.c
|
@ -2257,7 +2257,7 @@ slicebefore_i(VALUE yielder, VALUE enumerator, int argc, VALUE *argv)
|
|||
* "svn proplist -R" produces multiline output for each file.
|
||||
* They can be chunked as follows:
|
||||
*
|
||||
* IO.popen([{"LANG"=>"C"}, "svn", "proplist", "-R"]) {|f|
|
||||
* IO.popen([{"LC_ALL"=>"C"}, "svn", "proplist", "-R"]) {|f|
|
||||
* f.lines.slice_before(/^Prop/).each {|lines| p lines }
|
||||
* }
|
||||
* #=> ["Properties on '.':\n", " svn:ignore\n", " svk:merge\n"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче