ruby-changes:8301
From: akr <ko1@a...>
Date: Sat, 18 Oct 2008 14:07:48 +0900 (JST)
Subject: [ruby-changes:8301] Ruby:r19829 (trunk): rdoc update.
akr 2008-10-18 14:07:38 +0900 (Sat, 18 Oct 2008) New Revision: 19829 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19829 Log: rdoc update. Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 19828) +++ io.c (revision 19829) @@ -3528,9 +3528,13 @@ * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/