<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/syntax, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Typofix under doc directory</title>
<updated>2023-12-25T02:17:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T02:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c903cddf55af1505a0779e1a131f2fe47b838260'/>
<id>c903cddf55af1505a0779e1a131f2fe47b838260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] remove reference to pre-3.0 splat operator behavior</title>
<updated>2023-12-19T13:11:11+00:00</updated>
<author>
<name>Doug Orleans</name>
<email>door@hey.com</email>
</author>
<published>2023-12-16T00:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1822acdf336d53a2c143b29583c3ca21a9a224f4'/>
<id>1822acdf336d53a2c143b29583c3ca21a9a224f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Mention the omission of a superclass when reopening a class</title>
<updated>2023-10-22T11:12:16+00:00</updated>
<author>
<name>Kouhei Yanagita</name>
<email>yanagi@shakenbu.org</email>
</author>
<published>2023-10-22T11:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b84e6fe93ee35111b592f9e10e30bc460a077d0b'/>
<id>b84e6fe93ee35111b592f9e10e30bc460a077d0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: initial operators commit</title>
<updated>2023-09-20T14:52:52+00:00</updated>
<author>
<name>Nicholas Browning</name>
<email>shmolf@gmail.com</email>
</author>
<published>2023-07-20T00:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53a373078d75544f05c3fb1eb6c6ee2d95282a08'/>
<id>53a373078d75544f05c3fb1eb6c6ee2d95282a08</id>
<content type='text'>
docs: expand on operator documentaion

Include more specific details around logical operators.

doc: update link with proper syntax

doc: remove ambiguous language from operators doc

doc: remove link to source code file

doc: cleaning up some language, and removing some mistakes in understanding

doc: revert example to prior state

doc: fix spacing

doc: Update doc/syntax/operators.rdoc

align example with typical format

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

doc: Update doc/syntax/operators.rdoc

align format of other examples with rest of documentation

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

Update doc/syntax/operators.rdoc

align format of other examples with rest of documentation

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

doc: include `and` &amp; `or` operators

doc(operators): remove accute language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: expand on operator documentaion

Include more specific details around logical operators.

doc: update link with proper syntax

doc: remove ambiguous language from operators doc

doc: remove link to source code file

doc: cleaning up some language, and removing some mistakes in understanding

doc: revert example to prior state

doc: fix spacing

doc: Update doc/syntax/operators.rdoc

align example with typical format

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

doc: Update doc/syntax/operators.rdoc

align format of other examples with rest of documentation

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

Update doc/syntax/operators.rdoc

align format of other examples with rest of documentation

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

doc: include `and` &amp; `or` operators

doc(operators): remove accute language
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix a  magic comment in the section for `experimental_copy`</title>
<updated>2023-07-18T10:23:27+00:00</updated>
<author>
<name>Ivanov-Anton</name>
<email>anton.i@didww.com</email>
</author>
<published>2023-07-18T10:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b89b7d8fdc76b520cafc31566524f3054439d5d3'/>
<id>b89b7d8fdc76b520cafc31566524f3054439d5d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken wiki links (#8002)</title>
<updated>2023-06-29T21:00:40+00:00</updated>
<author>
<name>Jemma Issroff</name>
<email>jemmaissroff@gmail.com</email>
</author>
<published>2023-06-29T21:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1272865a8ee948816ee9f5484f8adba8e26f45e2'/>
<id>1272865a8ee948816ee9f5484f8adba8e26f45e2</id>
<content type='text'>
Since [Misc #19679] migrated the wiki, these links should be updated
to their new locations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since [Misc #19679] migrated the wiki, these links should be updated
to their new locations.</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Regexp doc (#7923)</title>
<updated>2023-06-20T13:28:21+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-06-20T13:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=932dd9f10e684fa99b059054fbc934607d85b45a'/>
<id>932dd9f10e684fa99b059054fbc934607d85b45a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document throw/catch in the control expressions document [ci skip]</title>
<updated>2023-05-26T14:58:40+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2023-05-26T14:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=618a04d211147ed5d95f724964e1f63c309834cf'/>
<id>618a04d211147ed5d95f724964e1f63c309834cf</id>
<content type='text'>
This are implemented as Kernel methods and not keywords, but I
still think they are worth documenting with the other control
flow expressions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This are implemented as Kernel methods and not keywords, but I
still think they are worth documenting with the other control
flow expressions.</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19485] [DOC] Mention tabs in indentation of heredoc identifier</title>
<updated>2023-03-19T09:10:55+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-03-15T05:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e7342e76dfd26237c604e42f9a59a1eaa578c94e'/>
<id>e7342e76dfd26237c604e42f9a59a1eaa578c94e</id>
<content type='text'>
Co-Authored-By: sawa (Tsuyoshi Sawada) &lt;sawadatsuyoshi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: sawa (Tsuyoshi Sawada) &lt;sawadatsuyoshi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update pattern matching docs for 3.2</title>
<updated>2023-02-19T20:32:52+00:00</updated>
<author>
<name>zverok</name>
<email>zverok.offline@gmail.com</email>
</author>
<published>2023-02-15T20:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ce0f3de032ea0dffbfd20dfbfe33453f65ec5a7c'/>
<id>ce0f3de032ea0dffbfd20dfbfe33453f65ec5a7c</id>
<content type='text'>
* Remove section about experimental status
* Add references to core objects that can deconstruct
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove section about experimental status
* Add references to core objects that can deconstruct
</pre>
</div>
</content>
</entry>
</feed>
