[前][次][番号順一覧][スレッド一覧]

ruby-changes:10485

From: akr <ko1@a...>
Date: Wed, 4 Feb 2009 21:59:02 +0900 (JST)
Subject: [ruby-changes:10485] Ruby:r22037 (trunk): rdoc update.

akr	2009-02-04 21:58:55 +0900 (Wed, 04 Feb 2009)

  New Revision: 22037

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22037

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 22036)
+++ io.c	(revision 22037)
@@ -5941,8 +5941,6 @@
  *
  *  === Example1
  *
- *     puts IO.new($stdout).fileno # => 1
- *
  *     a = IO.new(2,"w")      # '2' is standard error
  *     $stderr.puts "Hello"
  *     a.puts "World"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]