Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Holger Just 7081838d2a
[DOC] String#sub! and String#gsub! return nil if no replacement occured 2024-10-07 17:20:03 +09:00
Peter Zhu 1adcc41b94 [DOC] What's Here for String#append_as_bytes
String#append_as_bytes was newly introduced in #11552.
2024-09-10 15:38:54 -04:00
Peter Zhu 88723dd5a5 [DOC] Fix missing colons in String 2024-09-09 15:28:05 -04:00
Burdette Lamar bd7bc9e2ba
[DOC] Rationalize aliases in "What's Here" (#11517) 2024-09-09 15:26:00 -04:00
BurdetteLamar ac85eef18b Fix links 2024-05-18 15:44:24 +09:00
Burdette Lamar 65f5435540
[DOC] Doc compliance (#9955) 2024-02-14 10:47:42 -05:00
Nobuyoshi Nakada caa9881fde
[DOC] Fix doc/regexp.rdoc links
- 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-11-14 15:56:57 +09:00
Burdette Lamar 8c5b9ebf71
[DOC] Improve doc guide compliance (#8221) 2023-08-15 14:43:58 -04:00
Burdette Lamar 932dd9f10e
[DOC] Regexp doc (#7923) 2023-06-20 09:28:21 -04:00
Kazuhiro NISHIYAMA 5cffa69c1b
[DOC] Add missing escape
Before:
```
* + corresponds to $+, which contains last capture group.
```

After:
```
* \+ corresponds to $+, which contains last capture group.
```
2023-03-16 18:37:19 +09:00
Alexander Ilyin adcfd69690
[DOC] Fix markup for `String` (#5984)
* 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.
2022-06-09 13:40:21 -05:00
Burdette Lamar 9ca3d537b9
All-in-one RDoc for class String (#5777) 2022-04-07 14:29:04 -05:00