summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"