Actions
Bug #12975
closed
Updated by stomar (Marcus Stollsteimer) over 8 years ago
- Status changed from Open to Closed
Applied in changeset r57780.
docs for IO#print
- io.c: [DOC] split documentation for IO#print into smaller paragraphs,
delete duplicate sentence, fix call-seq.
Based on a by Dario Daic. [ruby-core:78291] [Bug ]
Updated by stomar (Marcus Stollsteimer) over 8 years ago
Dario Daic wrote:
- Add "and is a string" where usage of $' and $\ is explained.
When assigning any other value then a string to each of them,
Ruby throws a TypeError. It seems like a valid point to highlight.
Applied without this restraint, since it doesn't make sense: these variables must reference a string (or nil), since the type is validated during assignment, as you wrote yourself. The TypeError doesn't affect print
.
I also modified the grouping a bit (what it does in general; preconditions and argument handling; separators).
Updated by naruse (Yui NARUSE) over 8 years ago
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: DONE
ruby_2_4 r57929 merged revision(s) 57780.
Updated by nagachika (Tomoyuki Chikanaga) over 8 years ago
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: DONE to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE
Updated by usa (Usaku NAKAMURA) about 8 years ago
- Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE to 2.2: DONE, 2.3: REQUIRED, 2.4: DONE
ruby_2_2 r58104 merged revision(s) 57780.
Updated by nagachika (Tomoyuki Chikanaga) about 8 years ago
- Backport changed from 2.2: DONE, 2.3: REQUIRED, 2.4: DONE to 2.2: DONE, 2.3: DONE, 2.4: DONE
ruby_2_3 r58168 merged revision(s) 57780.
Actions
Like0Like0Like0Like0Like0Like0Like0