From: sto.mar@... Date: 2017-03-02T10:43:25+00:00 Subject: [ruby-core:79867] [Ruby trunk Bug#9701][Closed] RDoc description for `String#<<` and `String#concat` Issue #9701 has been updated by Marcus Stollsteimer. Status changed from Assigned to Closed Closing, because: * in 2.1, 2.2, 2.3, the example code shows uses of both `#<<` and `#concat`, * since 2.4, they are not aliases any more (`#concat` now accepts multiple arguments). ---------------------------------------- Bug #9701: RDoc description for `String#<<` and `String#concat` https://bugs.ruby-lang.org/issues/9701#change-63300 * Author: Tsuyoshi Sawada * Status: Closed * Priority: Normal * Assignee: Zachary Scott * Target version: 2.2.0 * ruby -v: 2.1.0p0 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- As far as I can see, `String#<<` is an alias of `String#concat`, but in the RDoc, there is no mentioning of the connection between them. `String#<<` should be simply described as an alias of `String#concat`. -- https://bugs.ruby-lang.org/ Unsubscribe: