Bug #4790
[rdoc] attempt to clarify IO rdocs
| Status: | Closed | Start date: | 05/28/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | DOC | |||
| Target version: | 1.9.3 | |||
| ruby -v: | 1.9.3 |
Description
As per some confusion over options for File.open [1], here is a patch to attempt to clarify.
[1] http://www.ruby-forum.com/topic/1731075
Associated revisions
* io.c: Improve documentation of IO and File open and new.
Patch by Roger Pack. [Ruby 1.9 - Bug #4790]
* io.c: Improve documentation of IO and File open and new.
Patch by Roger Pack. [Ruby 1.9 - Bug #4790]
History
Updated by drbrain (Eric Hodel) 12 months ago
- Category set to DOC
- Target version set to 1.9.3
Updated by vbatts (Vincent Batts) 11 months ago
Looks pretty good, but a couple of the <code> tags are not closed, or not properly closed.
i.e. "See <code>File."
or
"<code>IO.new<code>"
Otherwise, it's okay.
Updated by rogerdpack (Roger Pack) 11 months ago
- File io_rdoc2.diff added
Uploading new version of the patch with better terminated HTML strings.
Thanks!
-roger-
Updated by drbrain (Eric Hodel) 11 months ago
- File deleted (
io_rdoc.diff)
Updated by drbrain (Eric Hodel) 11 months ago
I removed some of the code elements from the documentation to improve cross-references between the various methods.
Updated by drbrain (Eric Hodel) 11 months ago
- Status changed from Open to Closed
- % Done changed from 0 to 100