<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/syntax/comments.rdoc, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>fix typo s/sharable/shareable/</title>
<updated>2025-12-04T18:10:50+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2025-12-04T17:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2aaea665bb19be8ed64605ec9aa5c990fddbd2ce'/>
<id>2aaea665bb19be8ed64605ec9aa5c990fddbd2ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Clarify docs about magic comments placement</title>
<updated>2021-10-30T00:59:59+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>peter@leitzen.de</email>
</author>
<published>2021-10-18T15:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=09bdb43567b0ae3c46180073043136ec8ec0f6a2'/>
<id>09bdb43567b0ae3c46180073043136ec8ec0f6a2</id>
<content type='text'>
Magic comments like `frozen_string_literal` may appear everywhere
within the first comment section while `encoding` have to be the first
line, or second line after shebang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Magic comments like `frozen_string_literal` may appear everywhere
within the first comment section while `encoding` have to be the first
line, or second line after shebang.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Doc] Fix multiple `Magic Comments` example</title>
<updated>2021-03-13T06:44:34+00:00</updated>
<author>
<name>Kenichi Kamiya</name>
<email>kachick1@gmail.com</email>
</author>
<published>2021-03-13T05:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c7e6914b3947cdf0e9c0d28d1162a084d0138887'/>
<id>c7e6914b3947cdf0e9c0d28d1162a084d0138887</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak magic comments [doc]</title>
<updated>2020-12-24T06:36:08+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-12-24T06:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8aa299de24145891848ce50e29856d2275c75fd3'/>
<id>8aa299de24145891848ce50e29856d2275c75fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove redundant example.</title>
<updated>2020-12-24T05:31:01+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-12-24T05:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e43b5aa52dcd1eaded1141ab85a30bc8c7c4a6e4'/>
<id>e43b5aa52dcd1eaded1141ab85a30bc8c7c4a6e4</id>
<content type='text'>
pointed by @marcandre.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pointed by @marcandre.
</pre>
</div>
</content>
</entry>
<entry>
<title>shareable_constant_value: experimental_copy</title>
<updated>2020-12-24T05:28:47+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-12-24T01:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6f29716f9ffb710af7f344839ec67ef2b8a48ab2'/>
<id>6f29716f9ffb710af7f344839ec67ef2b8a48ab2</id>
<content type='text'>
"experimental_everything" makes the assigned value, it means
the assignment change the state of assigned value.
"experimental_copy" tries to make a deep copy and make copyied object
sharable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"experimental_everything" makes the assigned value, it means
the assignment change the state of assigned value.
"experimental_copy" tries to make a deep copy and make copyied object
sharable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small improvements in magic comments docs</title>
<updated>2020-12-23T18:47:26+00:00</updated>
<author>
<name>Marcus Stollsteimer</name>
<email>sto.mar@web.de</email>
</author>
<published>2020-12-23T18:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=458d5175b9f3476c4d0c95c35458aab10c78e647'/>
<id>458d5175b9f3476c4d0c95c35458aab10c78e647</id>
<content type='text'>
* remove a duplicate statement
* fix rdoc markup
* fix typos
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove a duplicate statement
* fix rdoc markup
* fix typos
</pre>
</div>
</content>
</entry>
<entry>
<title>Document shareable_constant_value and other magic constants [doc]</title>
<updated>2020-12-23T16:50:33+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-12-16T20:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8feb40f49a5862ba1a42a5d8d9e228e1a8883a29'/>
<id>8feb40f49a5862ba1a42a5d8d9e228e1a8883a29</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>
</feed>
