<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby.git/sample, branch master</title>
<subtitle>github.com: ruby/ruby.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/'/>
<entry>
<title>Add all-ruby-quine as a sample code</title>
<updated>2023-02-27T02:20:42+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2023-02-25T15:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=b6704201a3ef6a7f07da8d4ca82499710a3eea10'/>
<id>b6704201a3ef6a7f07da8d4ca82499710a3eea10</id>
<content type='text'>
This sample code works on all release versions of Ruby, from Ruby 0.49.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sample code works on all release versions of Ruby, from Ruby 0.49.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor dir.rb sample (#6977) [ci skip]</title>
<updated>2023-02-15T03:41:53+00:00</updated>
<author>
<name>Thomas R. Koll</name>
<email>tomk32@tomk32.de</email>
</author>
<published>2023-02-15T03:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=f03dd4ee778cbed7ea9510385b9bbdbdcf6d485b'/>
<id>f03dd4ee778cbed7ea9510385b9bbdbdcf6d485b</id>
<content type='text'>
* Refactor dir.rb sample

The original (1998) sample with a for-loop and use of case/when isn't what we'd write nowadays

* [DOC] Update sample/dir.rb [ci skip]

Do not leave a `Dir` opened.

* [DOC] Update sample/dir.rb [ci skip]

Fix ArgumentError.

---------

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor dir.rb sample

The original (1998) sample with a for-loop and use of case/when isn't what we'd write nowadays

* [DOC] Update sample/dir.rb [ci skip]

Do not leave a `Dir` opened.

* [DOC] Update sample/dir.rb [ci skip]

Fix ArgumentError.

---------

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>sample/trick2022/03-mame/entry.rb: remove trailing spaces</title>
<updated>2022-12-23T18:19:45+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-12-19T16:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=af4cd997a160c4eddc935dd384dbd0160d3160ce'/>
<id>af4cd997a160c4eddc935dd384dbd0160d3160ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sample/trick2022/: adds the top-three entries of TRICK 2022</title>
<updated>2022-12-23T18:19:45+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-12-19T13:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=e8b0180974a1f51ae3894d3e055461a1037c778d'/>
<id>e8b0180974a1f51ae3894d3e055461a1037c778d</id>
<content type='text'>
See https://github.com/tric/trick2022 for TRICK 2022.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/tric/trick2022 for TRICK 2022.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use io/console to avoid stty error [ci skip]</title>
<updated>2022-12-05T10:23:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-05T08:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=0b767d743f38b660e25a3a6df97598ba65bd0620'/>
<id>0b767d743f38b660e25a3a6df97598ba65bd0620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use class methods of `File` over `Kernel.open` and `IO.read`</title>
<updated>2022-11-30T17:28:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-25T05:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=d752cf7601adbe4bc2dc658effc2f61563a7dfb7'/>
<id>d752cf7601adbe4bc2dc658effc2f61563a7dfb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync TRICK 2018 (02-mame)</title>
<updated>2022-11-05T14:18:32+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-11-05T14:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=267452e6fed5d31dcad3c20970f74eec009dc03f'/>
<id>267452e6fed5d31dcad3c20970f74eec009dc03f</id>
<content type='text'>
https://github.com/tric/trick2018/pull/5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/tric/trick2018/pull/5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in README (#5925)</title>
<updated>2022-05-20T21:45:46+00:00</updated>
<author>
<name>Yudai Takada</name>
<email>13041216+ydah@users.noreply.github.com</email>
</author>
<published>2022-05-20T21:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=3bceae0fad495312493f8c627da27b0b0701a54d'/>
<id>3bceae0fad495312493f8c627da27b0b0701a54d</id>
<content type='text'>
"iteretor" -&gt; "iterator"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"iteretor" -&gt; "iterator"</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/getoptlong] ruby/ruby used sample, not examples</title>
<updated>2022-05-08T22:13:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-05-08T22:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=f7539d5758ee5c83e6ec7792b100e830180896fd'/>
<id>f7539d5758ee5c83e6ec7792b100e830180896fd</id>
<content type='text'>
https://github.com/ruby/getoptlong/commit/39faa7b390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/getoptlong/commit/39faa7b390
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete Fixnum and Bignum</title>
<updated>2021-12-28T09:35:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-28T02:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby.git/commit/?id=40e7aefebad412bde50fa9bdadcc8405f7605355'/>
<id>40e7aefebad412bde50fa9bdadcc8405f7605355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
