diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-18 05:07:38 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-18 05:07:38 +0000 |
| commit | de55ffd02450e2020af9a288b950c6d5d7596fd5 (patch) | |
| tree | 2a1c7882e870496e676f3f8dd76078304557bb22 | |
| parent | 6fa352271f9bdfe1c86f0d29df4e56bdb2eabcd3 (diff) | |
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | io.c | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -3528,9 +3528,13 @@ rb_io_binmode(VALUE io) * call-seq: * ios.binmode => ios * - * Puts <em>ios</em> into binary mode. This is useful only in - * MS-DOS/Windows environments. Once a stream is in binary mode, it - * cannot be reset to nonbinary mode. + * Puts <em>ios</em> into binary mode. + * Once a stream is in binary mode, it cannot be reset to nonbinary mode. + * + * - newline conversion disabled + * - encoding conversion disabled + * - content is treated as ASCII-8BIT + * */ static VALUE |
