<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/syntax/literals.rdoc, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>-&gt; creates a lambda so this updates the documentation to reflect that</title>
<updated>2020-12-01T01:11:18+00:00</updated>
<author>
<name>James Koenig</name>
<email>Koenig.James@Live.com</email>
</author>
<published>2020-11-30T20:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a67cd8a8886eed7579c3ffbaf84beecda7ab7d2f'/>
<id>a67cd8a8886eed7579c3ffbaf84beecda7ab7d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respectively, instead of respentively</title>
<updated>2020-10-12T04:08:13+00:00</updated>
<author>
<name>Victor Goff</name>
<email>keeperotphones@gmail.com</email>
</author>
<published>2020-10-12T03:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1336698294250ec78b4d33e0a52f8afb55e987d3'/>
<id>1336698294250ec78b4d33e0a52f8afb55e987d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]</title>
<updated>2020-09-29T06:28:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-09-29T06:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dcb705ace7f1152d185d42ed2db4a6d44749961a'/>
<id>dcb705ace7f1152d185d42ed2db4a6d44749961a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`</title>
<updated>2020-09-29T05:39:52+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-09-29T05:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e947bc181794d1bcf26d700b2c2c15b53c45b36'/>
<id>2e947bc181794d1bcf26d700b2c2c15b53c45b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed NIL/TRUE/FALSE from documents too</title>
<updated>2020-04-17T08:40:57+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-04-17T08:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5257a530905a3ccd931577efc76ce09226ff1d06'/>
<id>5257a530905a3ccd931577efc76ce09226ff1d06</id>
<content type='text'>
This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the word heredocs in Here Documents docs</title>
<updated>2019-08-04T00:18:48+00:00</updated>
<author>
<name>Olivier Lacan</name>
<email>hi@olivierlacan.com</email>
</author>
<published>2019-03-19T17:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8e7df4bbf991b9d605784225db0750bbfe681f23'/>
<id>8e7df4bbf991b9d605784225db0750bbfe681f23</id>
<content type='text'>
Two advantages:
- higher relevance of the extremely common word "heredocs" which may
help people find this page when searching for "ruby heredocs"
- the anchor link becomes `#label-Here+Documents+-28heredocs-29`, which is
ugly due to the parentheses but includes the word "heredocs" in the URL to
this section

If anyone knows a way to prevent RDoc from turning invalid characters into
ugly and meaningless ASCII codes, I'm listening. I don't want to break existing
anchor links but RDoc should really ignore these characters or turn them into
dashes.

Closes: https://github.com/ruby/ruby/pull/2103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two advantages:
- higher relevance of the extremely common word "heredocs" which may
help people find this page when searching for "ruby heredocs"
- the anchor link becomes `#label-Here+Documents+-28heredocs-29`, which is
ugly due to the parentheses but includes the word "heredocs" in the URL to
this section

If anyone knows a way to prevent RDoc from turning invalid characters into
ugly and meaningless ASCII codes, I'm listening. I don't want to break existing
anchor links but RDoc should really ignore these characters or turn them into
dashes.

Closes: https://github.com/ruby/ruby/pull/2103
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2019-05-03T14:12:22+00:00</updated>
<author>
<name>Marcus Stollsteimer</name>
<email>sto.mar@web.de</email>
</author>
<published>2019-05-03T14:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1f349ea297738f3a2c4914166746cea0e5ada031'/>
<id>1f349ea297738f3a2c4914166746cea0e5ada031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow also CR in here-doc identifier</title>
<updated>2019-04-29T04:47:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-04-29T04:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1432471a759dc0cbc80c53766894dba45e6da887'/>
<id>1432471a759dc0cbc80c53766894dba45e6da887</id>
<content type='text'>
* parse.y (heredoc_identifier): CR in here-document identifier
  might or might not result in a syntax error, by the EOL code.
  make a syntax error regardless of the EOL code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* parse.y (heredoc_identifier): CR in here-document identifier
  might or might not result in a syntax error, by the EOL code.
  make a syntax error regardless of the EOL code.
</pre>
</div>
</content>
</entry>
<entry>
<title>parse.y: fix here-doc identifier with newline</title>
<updated>2019-04-29T03:49:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-04-28T15:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=330b376133e00ae418bcf01e641e127df01fbc28'/>
<id>330b376133e00ae418bcf01e641e127df01fbc28</id>
<content type='text'>
* parse.y (heredoc_identifier): quoted here-document identifier
  must end within the same line.

  the only corner case that here-document identifier can contain a
  newline is that the closing qoute is placed at the beginning of
  the next line, and has been warned since 2.4.

  ```ruby
  &lt;&lt;"EOS
  " # warning: here document identifier ends with a newline
  EOS
  ```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* parse.y (heredoc_identifier): quoted here-document identifier
  must end within the same line.

  the only corner case that here-document identifier can contain a
  newline is that the closing qoute is placed at the beginning of
  the next line, and has been warned since 2.4.

  ```ruby
  &lt;&lt;"EOS
  " # warning: here document identifier ends with a newline
  EOS
  ```
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce beginless range [Feature#14799]</title>
<updated>2019-04-03T08:11:41+00:00</updated>
<author>
<name>mame</name>
<email>mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-04-03T08:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95f7992b89efd35de6b28ac095c4d3477019c583'/>
<id>95f7992b89efd35de6b28ac095c4d3477019c583</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67422 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@67422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
