<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/English.rb, 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>[ruby/English] Combine duplicate aliases into single sections to more clearly denote sameness and make more concise.</title>
<updated>2023-11-07T07:24:50+00:00</updated>
<author>
<name>Keith R. Bennett</name>
<email>keithrbennett@gmail.com</email>
</author>
<published>2023-02-11T07:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=78e07e29836cc9af74865f4f7234a22a6f6e752e'/>
<id>78e07e29836cc9af74865f4f7234a22a6f6e752e</id>
<content type='text'>
https://github.com/ruby/English/commit/dcff090f6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/English/commit/dcff090f6f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/English] Remove `$IGNORECASE`</title>
<updated>2023-11-07T00:41:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-06T08:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07df8a5d5ee725eee00632717ea4deead5fc783b'/>
<id>07df8a5d5ee725eee00632717ea4deead5fc783b</id>
<content type='text'>
`$=` has been obsolete and has no effect since 1.9.

https://github.com/ruby/English/commit/121939695a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`$=` has been obsolete and has no effect since 1.9.

https://github.com/ruby/English/commit/121939695a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/English] Replace HTML5 deprecated tag &lt;tt&gt; with &lt;code&gt;</title>
<updated>2023-02-06T05:20:34+00:00</updated>
<author>
<name>ccmywish</name>
<email>ccmywish@qq.com</email>
</author>
<published>2023-02-05T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b3fd1222c2401ef4177c2cdddd88b3e9a3e24d1f'/>
<id>b3fd1222c2401ef4177c2cdddd88b3e9a3e24d1f</id>
<content type='text'>
https://github.com/ruby/English/commit/3712fd6752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/English/commit/3712fd6752
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed class, module and method references [ci skip]</title>
<updated>2019-08-15T15:00:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-15T15:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=40806793a97ef3efd4f249682c9cb397962a8cee'/>
<id>40806793a97ef3efd4f249682c9cb397962a8cee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a markup in different format [ci skip]</title>
<updated>2019-08-15T14:59:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-15T14:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b1003301aff42a8c1d60bc435839502c4aa549ab'/>
<id>b1003301aff42a8c1d60bc435839502c4aa549ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove strange formatting from English [ci skip]</title>
<updated>2019-08-14T14:13:06+00:00</updated>
<author>
<name>Nikolai B</name>
<email>nikolai-b@users.noreply.github.com</email>
</author>
<published>2019-08-14T09:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=48e9155e659f332a82234831e1aa0d93a8b83a2a'/>
<id>48e9155e659f332a82234831e1aa0d93a8b83a2a</id>
<content type='text'>
\vref is not valid doc syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
\vref is not valid doc syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>`$IGNORECASE` is no longer effective.  [ci skip]</title>
<updated>2017-08-25T15:47:04+00:00</updated>
<author>
<name>kazu</name>
<email>kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2017-08-25T15:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11d419ad1971bfeee904c240e8404ec73b11e73e'/>
<id>11d419ad1971bfeee904c240e8404ec73b11e73e</id>
<content type='text'>
* lib/English.rb: [DOC] `$IGNORECASE` is no longer effective.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/English.rb: [DOC] `$IGNORECASE` is no longer effective.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/English.rb: Specify frozen_string_literal: true.</title>
<updated>2017-01-02T12:20:09+00:00</updated>
<author>
<name>kazu</name>
<email>kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2017-01-02T12:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6fca65e702e2ecdaec6df87b5b58a7d092e9575b'/>
<id>6fca65e702e2ecdaec6df87b5b58a7d092e9575b</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57252 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@57252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal: false for all files</title>
<updated>2015-12-16T05:07:31+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2015-12-16T05:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e92b635fb5422207b7bbdc924e292e51e21f040'/>
<id>3e92b635fb5422207b7bbdc924e292e51e21f040</id>
<content type='text'>
When you change this to true, you may need to add more tests.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When you change this to true, you may need to add more tests.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]</title>
<updated>2014-05-31T19:54:55+00:00</updated>
<author>
<name>zzak</name>
<email>zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-05-31T19:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcd25152a6352eb9952cf4620b2fe4c32fa6508d'/>
<id>bcd25152a6352eb9952cf4620b2fe4c32fa6508d</id>
<content type='text'>
  Patch submitted by @leafac in https://github.com/ruby/ruby/pull/620
* doc/globals.rdoc: Added $LOADED_FEATURES to list


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Patch submitted by @leafac in https://github.com/ruby/ruby/pull/620
* doc/globals.rdoc: Added $LOADED_FEATURES to list


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