mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove duplicated ,
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8bad3e6b9d
commit
01e9d9ac7e
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -7226,7 +7226,7 @@ rb_freopen(VALUE fname, const char *mode, FILE *fp)
|
|||
/*
|
||||
* call-seq:
|
||||
* ios.reopen(other_IO) -> ios
|
||||
* ios.reopen(path, mode, [, opt]) -> ios
|
||||
* ios.reopen(path, mode [, opt]) -> ios
|
||||
*
|
||||
* Reassociates <em>ios</em> with the I/O stream given in
|
||||
* <i>other_IO</i> or to a new stream opened on <i>path</i>. This may
|
||||
|
|
Loading…
Add table
Reference in a new issue