summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 09:47:29 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 09:47:29 +0000
commit0cc6f32d322e9ca1eb5b60b4ab95e6bb3f1f18dd (patch)
treeef829c0784defc764e2d1ebc39119a61a46c8335 /io.c
parentde16edce97bc07823391dbccbf68ffb1dc4c53e4 (diff)
merges r22037 from trunk into ruby_1_9_1.
rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22511 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 8584720742..7a9695c379 100644
--- a/io.c
+++ b/io.c
@@ -5892,8 +5892,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"