From ce08273658b14dc3d53273b514e46b6e65882bf6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 17 Jun 2011 18:35:38 -0700 Subject: doc: call-seq for kgio_wait_writable It's there for kgio_wait_readable --- ext/kgio/wait.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/kgio/wait.c b/ext/kgio/wait.c index 6980561..ce368ba 100644 --- a/ext/kgio/wait.c +++ b/ext/kgio/wait.c @@ -66,6 +66,11 @@ static VALUE kgio_wait_readable(int argc, VALUE *argv, VALUE self) } /* + * call-seq: + * + * io.kgio_wait_writeable -> IO + * io.kgio_wait_writable(timeout) -> IO or nil + * * Blocks the running Thread indefinitely until the IO object is writable * or if +timeout+ expires. If +timeout+ is specified and expires, +nil+ * is returned. -- cgit v1.2.3-24-ge0c7