Fix call-seq in RDoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6e83a71d3b
commit
6322272cea
@ -42,8 +42,7 @@ EXTERN struct timeval rb_time_interval _((VALUE time));
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
*
|
* io.ready? -> true, false or nil
|
||||||
* io.ready? -> boolean
|
|
||||||
*
|
*
|
||||||
* Returns non-nil if input available without blocking, or nil.
|
* Returns non-nil if input available without blocking, or nil.
|
||||||
*/
|
*/
|
||||||
@ -81,9 +80,8 @@ wait_readable(VALUE p)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
*
|
* io.wait -> IO, true, false or nil
|
||||||
* io.wait -> io, true, false or nil
|
* io.wait(timeout) -> IO, true, false or nil
|
||||||
* io.wait(timeout) -> io, true, false or nil
|
|
||||||
*
|
*
|
||||||
* Waits until input is available or times out and returns self or nil when
|
* Waits until input is available or times out and returns self or nil when
|
||||||
* EOF is reached.
|
* EOF is reached.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user