From 28e33ad61e9e38661f70ee580b97317463772a87 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 4 Feb 2009 12:58:55 +0000 Subject: [PATCH] rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/io.c b/io.c index 3b52966051..61e4167867 100644 --- a/io.c +++ b/io.c @@ -5941,8 +5941,6 @@ rb_io_stdio_file(rb_io_t *fptr) * * === Example1 * - * puts IO.new($stdout).fileno # => 1 - * * a = IO.new(2,"w") # '2' is standard error * $stderr.puts "Hello" * a.puts "World"