Bug #3728
closedIO.select is not documented.
Description
=begin
Go here: http://ruby-doc.org/ruby-1.9/index.html
Click the IO class and the select method. It links to Kernel#select which also appears to have no documentation.
=end
Files
Updated by eitoball (Eito Katagiri) about 14 years ago
- File issue3728.patch issue3728.patch added
=begin
I created a patch to fill some documentation for IO.select (and Kernel.select eventually). The code example is borrowed from the Rurima project.
HTH
=end
Updated by akr (Akira Tanaka) about 14 years ago
=begin
2010/9/7 Eito Katagiri redmine@ruby-lang.org:
I created a patch to fill some documentation for IO.select (and Kernel.select eventually). The code example is borrowed from the Rurima project.
The document doesn't describe the type and unit of timeout.¶
Tanaka Akira
=end
Updated by eitoball (Eito Katagiri) about 14 years ago
- File issue3728.patch issue3728.patch added
=begin
On Sun, Sep 12, 2010 at 9:02 AM, Tanaka Akira akr@fsij.org wrote:
The document doesn't describe the type and unit of timeout.
Thank you for reviewing.
I created parameter section and tried to describe about timeout as you mentioned.
=end
Updated by naruse (Yui NARUSE) about 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r29547.
Mike, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end