summaryrefslogtreecommitdiff
path: root/string.rb
AgeCommit message (Collapse)Author
2024-02-14[DOC] Doc compliance (#9955)Burdette Lamar
2023-11-14[DOC] Fix doc/regexp.rdoc linksNobuyoshi Nakada
- Rename regexp.rdoc to exclude from "Pages". This file is for to be included in the "class Regexp" document, but it also appeared as a separate page duplicately. - Fix links on case-sensitive filesystems. - Fix to use rdoc-ref instead of converted HTML page names.
2023-08-15[DOC] Improve doc guide compliance (#8221)Burdette Lamar
2023-06-20[DOC] Regexp doc (#7923)Burdette Lamar
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
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>