summaryrefslogtreecommitdiff
path: root/string.rb
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Add missing escapeKazuhiro NISHIYAMA2023-03-161-1/+1
| | | | | | | | | | | | Before: ``` * + corresponds to $+, which contains last capture group. ``` After: ``` * \+ corresponds to $+, which contains last capture group. ```
* [DOC] Fix markup for `String` (#5984)Alexander Ilyin2022-06-091-3/+3
| | | | | | * Add missing space for `String#start_with?`. * Add missing pluses for `String#tr` and `Methods for Converting to New String` label. * Move quote into the tag for `Whitespace in Strings` label.
* All-in-one RDoc for class String (#5777)Burdette Lamar2022-04-071-0/+552