summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 12:58:55 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 12:58:55 +0000
commit714c625e064646e46b12f6cd4e16df9dcda32eee (patch)
tree22e26530dec2142f4a94e535d64a35f95e302832 /io.c
parent1f94291035eded4a0d9075c6272664fe448fa45b (diff)
downloadruby-714c625e064646e46b12f6cd4e16df9dcda32eee.tar.gz
ruby-714c625e064646e46b12f6cd4e16df9dcda32eee.tar.xz
ruby-714c625e064646e46b12f6cd4e16df9dcda32eee.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index 3b5296605..61e416786 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"