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
2
io.c
2
io.c
@ -7226,7 +7226,7 @@ rb_freopen(VALUE fname, const char *mode, FILE *fp)
|
|||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* ios.reopen(other_IO) -> ios
|
* 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
|
* 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
|
* <i>other_IO</i> or to a new stream opened on <i>path</i>. This may
|
||||||
|
Loading…
x
Reference in New Issue
Block a user