summaryrefslogtreecommitdiff
path: root/string.rb
AgeCommit message (Collapse)Author
2023-03-16[DOC] Add missing escapeKazuhiro NISHIYAMA
Before: ``` * + corresponds to $+, which contains last capture group. ``` After: ``` * \+ corresponds to $+, which contains last capture group. ```
2022-06-09[DOC] Fix markup for `String` (#5984)Alexander Ilyin
* 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. Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
2022-04-07All-in-one RDoc for class String (#5777)Burdette Lamar
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>