Actions
Bug #9701
closedRDoc description for `String#<<` and `String#concat`
Bug #9701:
RDoc description for `String#<<` and `String#concat`
Description
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
.
Actions