Age | Commit message (Collapse) | Author |
|
Co-authored-by: Peter Zhu <[email protected]>
Notes:
Merged: https://github.com/ruby/ruby/pull/13365
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13365
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13281
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
Because this file's comments have one extra space after the `#` sign,
almost every line is updated. IMO, it's better to address this issue
in one go.
Co-authored-by: Jeremy Evans <[email protected]>
Notes:
Merged: https://github.com/ruby/ruby/pull/12151
Merged-By: jeremyevans <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11700
Merged-By: nobu <[email protected]>
|
|
String#append_as_bytes was newly introduced in #11552.
Notes:
Merged: https://github.com/ruby/ruby/pull/11586
|
|
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
|
|
|
|
- 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.
|
|
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
Before:
```
* + corresponds to $+, which contains last capture group.
```
After:
```
* \+ corresponds to $+, which contains last capture group.
```
|
|
* 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 <[email protected]>
|
|
Notes:
Merged-By: BurdetteLamar <[email protected]>
|