<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Remove outdated documentation about command injection</title>
<updated>2025-12-26T12:23:56+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2025-12-26T08:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=35c140f92be2c0676c6433e037996926aa935982'/>
<id>35c140f92be2c0676c6433e037996926aa935982</id>
<content type='text'>
[Feature #19630]

This dangerous behavior was removed in 4.0 (996cae65f3cc8fed60c6bb758b00882cac49389d)
but the documentation wasn't updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #19630]

This dangerous behavior was removed in 4.0 (996cae65f3cc8fed60c6bb758b00882cac49389d)
but the documentation wasn't updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Escape capitalized word "data" not to be linked unexpectedly</title>
<updated>2025-12-25T02:56:41+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-25T02:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d375bcc965d4a0c661785fa94150f6202e99c1ce'/>
<id>d375bcc965d4a0c661785fa94150f6202e99c1ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Reword "Regular Expression" to "Matched Data"</title>
<updated>2025-12-25T02:49:32+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-25T02:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b908306f99db834470167d569b81661d7b19a02b'/>
<id>b908306f99db834470167d569b81661d7b19a02b</id>
<content type='text'>
`$~` and its accessors are related to regular expressions, but are not
themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`$~` and its accessors are related to regular expressions, but are not
themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add link to Ruby options doc in help text"</title>
<updated>2025-12-24T13:55:44+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2025-12-24T13:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=285e22edc55522f3466357c4c27615a6015d84dc'/>
<id>285e22edc55522f3466357c4c27615a6015d84dc</id>
<content type='text'>
This reverts commit 31ff07ed1eb05d01f7da3c017d542137a3db1e94.

* Don't add a test which only runs on production release
  * https://github.com/ruby/actions/actions/runs/20486784889/job/58870959976
* Don't add a new line to `ruby --help`
  * https://github.com/ruby/ruby/pull/14142#issuecomment-3689829564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 31ff07ed1eb05d01f7da3c017d542137a3db1e94.

* Don't add a test which only runs on production release
  * https://github.com/ruby/actions/actions/runs/20486784889/job/58870959976
* Don't add a new line to `ruby --help`
  * https://github.com/ruby/ruby/pull/14142#issuecomment-3689829564
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Cross-links between Japanese and English pages (#15705)</title>
<updated>2025-12-24T02:46:57+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-12-24T02:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab683d56bc625c83d815741b3bfd9c606b14517f'/>
<id>ab683d56bc625c83d815741b3bfd9c606b14517f</id>
<content type='text'>
* [DOC] Cross-links between Japanese and English pages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [DOC] Cross-links between Japanese and English pages
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Reword "Pattern Matching" to "Regular Expression"</title>
<updated>2025-12-24T01:46:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-05T06:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=688c1f6c5e96dfa3e4f6b16c617545ded7c8c0b4'/>
<id>688c1f6c5e96dfa3e4f6b16c617545ded7c8c0b4</id>
<content type='text'>
In ruby, since 3.1 at least, the words "Pattern Matching" should refer
the syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ruby, since 3.1 at least, the words "Pattern Matching" should refer
the syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix minor typo in signals.rdoc</title>
<updated>2025-12-24T01:39:49+00:00</updated>
<author>
<name>Steve</name>
<email>savio@kwara.com</email>
</author>
<published>2025-12-21T11:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2a58c45b1c79204ae80b3960f44a818ec00b94e'/>
<id>e2a58c45b1c79204ae80b3960f44a818ec00b94e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe base code layout rules (#15696)</title>
<updated>2025-12-23T17:09:41+00:00</updated>
<author>
<name>Victor Shepelev</name>
<email>zverok.offline@gmail.com</email>
</author>
<published>2025-12-23T17:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7d11090991d217b1eeb36d5dce5102bdba8b277'/>
<id>d7d11090991d217b1eeb36d5dce5102bdba8b277</id>
<content type='text'>
* Describe base code layout rules

* Enhance optional keyword explanation

* Change the logical operators description</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Describe base code layout rules

* Enhance optional keyword explanation

* Change the logical operators description</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix example in Ruby::Box documentation</title>
<updated>2025-12-23T08:02:25+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2025-12-22T06:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d879f9f69691778c6c9ffe4b084172a4546bb46b'/>
<id>d879f9f69691778c6c9ffe4b084172a4546bb46b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Languages in Examples (#15697)</title>
<updated>2025-12-22T22:52:52+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-12-22T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e69f41a0a88df1d843f5d94cc4e5e757b96300e0'/>
<id>e69f41a0a88df1d843f5d94cc4e5e757b96300e0</id>
<content type='text'>
* [DOC] Languages in Examples

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

---------

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [DOC] Languages in Examples

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

* Update doc/contributing/documentation_guide.md

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;

---------

Co-authored-by: Jeremy Evans &lt;code@jeremyevans.net&gt;</pre>
</div>
</content>
</entry>
</feed>
