<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/keywords.rdoc, 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>[DOC] Adjust heading levels</title>
<updated>2023-11-14T06:56:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-14T06:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19a7a7660c34c862689f99b4f9b0447be92cbffb'/>
<id>19a7a7660c34c862689f99b4f9b0447be92cbffb</id>
<content type='text'>
So that the first headings would be the top-most headings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the first headings would be the top-most headings.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/keywords.rdoc: fix typo</title>
<updated>2020-12-24T10:30:30+00:00</updated>
<author>
<name>Marcus Stollsteimer</name>
<email>sto.mar@web.de</email>
</author>
<published>2020-12-24T10:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c601a7ecfdfebcbf3534c4c22a3a7afc4dbf3333'/>
<id>c601a7ecfdfebcbf3534c4c22a3a7afc4dbf3333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/keywords.rdoc: mention pattern matching in the `in` keyword section</title>
<updated>2020-12-24T08:15:24+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-12-24T08:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=85f01794795521e29e64e06ead416cbd3d52c55c'/>
<id>85f01794795521e29e64e06ead416cbd3d52c55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation improvements for Ruby core</title>
<updated>2019-10-26T05:58:08+00:00</updated>
<author>
<name>zverok</name>
<email>zverok.offline@gmail.com</email>
</author>
<published>2019-10-24T16:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bddb31bb37f878cf171f89ac54f7e43d7d59c444'/>
<id>bddb31bb37f878cf171f89ac54f7e43d7d59c444</id>
<content type='text'>
* Top-level `return`;
* Documentation for comments syntax;
* `rescue` inside blocks;
* Enhance `Object#to_enum` docs;
* Make `chomp:` option more obvious for `String#each_line` and
  `#lines`;
* Enhance `Proc#&gt;&gt;` and `#&lt;&lt;` docs;
* Enhance `Processs` class docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Top-level `return`;
* Documentation for comments syntax;
* `rescue` inside blocks;
* Enhance `Object#to_enum` docs;
* Make `chomp:` option more obvious for `String#each_line` and
  `#lines`;
* Enhance `Proc#&gt;&gt;` and `#&lt;&lt;` docs;
* Enhance `Processs` class docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the difference between expressions and statements [ci skip]</title>
<updated>2019-10-10T20:45:19+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-10T18:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29c1e9a0d4c855781853f0ad41b0125f42cf504d'/>
<id>29c1e9a0d4c855781853f0ad41b0125f42cf504d</id>
<content type='text'>
In the grammar, all expressions are statements, but not all
statements are expressions.  Some parts of the grammar accept
expressions and not other types of statements, which causes
similar looking code to parse differently due to operator
precedence.

Mostly from Dan0042 (Daniel DeLorme).

Fixes [Bug #16092]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the grammar, all expressions are statements, but not all
statements are expressions.  Some parts of the grammar accept
expressions and not other types of statements, which causes
similar looking code to parse differently due to operator
precedence.

Mostly from Dan0042 (Daniel DeLorme).

Fixes [Bug #16092]
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/keywords.rdoc:  [DOC] Describe each keyword.</title>
<updated>2014-07-24T18:54:13+00:00</updated>
<author>
<name>drbrain</name>
<email>drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-07-24T18:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e7ce17cfe83e377b5a8748c01286fe4b8c8a03a1'/>
<id>e7ce17cfe83e377b5a8748c01286fe4b8c8a03a1</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29</title>
<updated>2014-02-17T06:46:17+00:00</updated>
<author>
<name>zzak</name>
<email>zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-02-17T06:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2af43c6d4b0208133bf29d4331b277543365de58'/>
<id>2af43c6d4b0208133bf29d4331b277543365de58</id>
<content type='text'>
  https://github.com/documenting-ruby/ruby/pull/29 [ci skip]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  https://github.com/documenting-ruby/ruby/pull/29 [ci skip]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
