rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6fa352271f
commit
de55ffd024
10
io.c
10
io.c
@ -3528,9 +3528,13 @@ rb_io_binmode(VALUE io)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* ios.binmode => ios
|
* ios.binmode => ios
|
||||||
*
|
*
|
||||||
* Puts <em>ios</em> into binary mode. This is useful only in
|
* Puts <em>ios</em> into binary mode.
|
||||||
* MS-DOS/Windows environments. Once a stream is in binary mode, it
|
* Once a stream is in binary mode, it cannot be reset to nonbinary mode.
|
||||||
* cannot be reset to nonbinary mode.
|
*
|
||||||
|
* - newline conversion disabled
|
||||||
|
* - encoding conversion disabled
|
||||||
|
* - content is treated as ASCII-8BIT
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user