<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/language/globals.md, 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] 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>[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] Align tables in globals.md</title>
<updated>2025-12-21T02:31:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-21T02:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1bc2a9158966a4a1556529d8bb50fae66fa11bb0'/>
<id>1bc2a9158966a4a1556529d8bb50fae66fa11bb0</id>
<content type='text'>
* Align "Contains" column in "Streams" table
* Align some columns vertically
* Remove a duplicate `$-a` description
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Align "Contains" column in "Streams" table
* Align some columns vertically
* Remove a duplicate `$-a` description
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Enhancements for globals.md (#15545)</title>
<updated>2025-12-20T15:26:02+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-12-20T15:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5cdda61d00a61a7da701efa3ef332267d3724424'/>
<id>5cdda61d00a61a7da701efa3ef332267d3724424</id>
<content type='text'>
* [DOC] Enhancements for globals.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [DOC] Enhancements for globals.md
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Link global variables to command line options</title>
<updated>2025-12-06T05:39:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-05T08:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d490247df22fc1e800a6590fba52c5801b94302e'/>
<id>d490247df22fc1e800a6590fba52c5801b94302e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Describe `$F`</title>
<updated>2025-12-05T07:47:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-05T07:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1cad20e2d5179b283cbb1aabe2496449f8edcbcb'/>
<id>1cad20e2d5179b283cbb1aabe2496449f8edcbcb</id>
<content type='text'>
This variation is used when `-a` option is given.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variation is used when `-a` option is given.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Describe the global variables set by command line options</title>
<updated>2025-12-05T07:31:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-05T04:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1e7373ef3061a3e0f3010ee580e5d4f80baf2e1a'/>
<id>1e7373ef3061a3e0f3010ee580e5d4f80baf2e1a</id>
<content type='text'>
These variables are set by command line options, but it is deprecated
to assign them any value other than nil in ruby code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These variables are set by command line options, but it is deprecated
to assign them any value other than nil in ruby code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Centerize Variable, English, and Constant columns</title>
<updated>2025-12-05T07:14:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-05T03:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b35aff5813193a1f676bb1ff7b390797a892ad4e'/>
<id>b35aff5813193a1f676bb1ff7b390797a892ad4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize page documentations (#15154)</title>
<updated>2025-11-27T20:12:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-11-27T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cd6661e1853930c8002174c4ccd14f927fcd33b'/>
<id>4cd6661e1853930c8002174c4ccd14f927fcd33b</id>
<content type='text'>
Re-organize page docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-organize page docs</pre>
</div>
</content>
</entry>
</feed>
