rdoc update.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-04 12:58:55 +00:00
parent 6ae8b15d93
commit 28e33ad61e
1 changed files with 0 additions and 2 deletions

2
io.c
View File

@ -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"