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) almost 15 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) over 14 years ago
=begin
2010/9/7 Eito Katagiri [email protected]:
I created a patch to fill some documentation for IO.select (and Kernel.select eventually). The code example is borrowed from the Rurima project.
http://redmine.ruby-lang.org/issues/show/3728
The document doesn't describe the type and unit of timeout.¶
Tanaka Akira
=end
Updated by eitoball (Eito Katagiri) over 14 years ago
- File issue3728.patch issue3728.patch added
=begin
On Sun, Sep 12, 2010 at 9:02 AM, Tanaka Akira [email protected] 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) over 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