aboutsummaryrefslogtreecommitdiffstats
path: root/string.rb
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Improve doc guide compliance (#8221)Burdette Lamar2023-08-151-1/+1
|
* [DOC] Regexp doc (#7923)Burdette Lamar2023-06-201-1/+1
|
* [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