<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/optparse/tutorial.rdoc, branch v3_2_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/optparse] Fix broken links in docs</title>
<updated>2022-04-15T05:21:28+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2022-04-14T15:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=da1695b9260e1c87a66371b4f7f89cdfedb05d44'/>
<id>da1695b9260e1c87a66371b4f7f89cdfedb05d44</id>
<content type='text'>
https://github.com/ruby/optparse/commit/2bea3b38c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/2bea3b38c3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Fix links to the page directory files [Bug #18468]</title>
<updated>2022-01-12T12:16:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-01-12T09:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=92630e2346a221fdfeaa484632938a06765bc6e5'/>
<id>92630e2346a221fdfeaa484632938a06765bc6e5</id>
<content type='text'>
https://github.com/ruby/optparse/commit/dab72c543d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/dab72c543d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/24)</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-04-22T13:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1333620afd1a7ffcca7cb593798d8186629c76bb'/>
<id>1333620afd1a7ffcca7cb593798d8186629c76bb</id>
<content type='text'>
- Adds section "Parsing" to tutorial.rdoc.
- Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.)

https://github.com/ruby/optparse/commit/40d51ccbad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Adds section "Parsing" to tutorial.rdoc.
- Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.)

https://github.com/ruby/optparse/commit/40d51ccbad
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23)</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-04-22T12:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27679b349e453b5ab1ce31472389bcb7ce550e4e'/>
<id>27679b349e453b5ab1ce31472389bcb7ce550e4e</id>
<content type='text'>
- Removed a largish block of repeated text.
- Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.).
- Linked from class OptionParser doc to the tutorial.

https://github.com/ruby/optparse/commit/7f3195b9db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removed a largish block of repeated text.
- Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.).
- Linked from class OptionParser doc to the tutorial.

https://github.com/ruby/optparse/commit/7f3195b9db
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Removed a duplicate section</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-04-16T03:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a10db32003320a81c32a3733d9d97ba6e3614efa'/>
<id>a10db32003320a81c32a3733d9d97ba6e3614efa</id>
<content type='text'>
https://github.com/ruby/optparse/commit/7ef3d89e78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/7ef3d89e78
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22)</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-04-15T14:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98ccb49ac3bea0e2233d2b3f642a3e0579801988'/>
<id>98ccb49ac3bea0e2233d2b3f642a3e0579801988</id>
<content type='text'>
    Adds argument abbreviation in option_params.rdoc.
    Adds entire Argument Values section to tutorial.rdoc.

https://github.com/ruby/optparse/commit/9c5b3f244b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Adds argument abbreviation in option_params.rdoc.
    Adds entire Argument Values section to tutorial.rdoc.

https://github.com/ruby/optparse/commit/9c5b3f244b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Rdoc for help (https://github.com/ruby/optparse/pull/21)</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-04-13T01:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=43af561e0878ca856513edd3db56ce7dff8e7fe3'/>
<id>43af561e0878ca856513edd3db56ce7dff8e7fe3</id>
<content type='text'>
https://github.com/ruby/optparse/commit/d07cb96a96
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/d07cb96a96
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Tutorial: explain custom argument converters (https://github.com/ruby/optparse/pull/19)</title>
<updated>2021-07-28T11:13:39+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2021-04-12T04:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a15f0b9fe24c3488ca69171c147a8648b55c8fbc'/>
<id>a15f0b9fe24c3488ca69171c147a8648b55c8fbc</id>
<content type='text'>
https://github.com/ruby/optparse/commit/385dd4322d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/385dd4322d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Fixed mismatched &lt;tt&gt; tag</title>
<updated>2021-07-28T11:13:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-04-11T15:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=311eb328c8e95706276019cc38dd0616997629cf'/>
<id>311eb328c8e95706276019cc38dd0616997629cf</id>
<content type='text'>
https://github.com/ruby/optparse/commit/7e65ef3cfa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/7e65ef3cfa
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] Moved rdoc files to doc/optparse</title>
<updated>2021-04-11T00:03:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-04-11T00:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f89486965b64bc04ed49073fd5ef48390e0026d2'/>
<id>f89486965b64bc04ed49073fd5ef48390e0026d2</id>
<content type='text'>
https://github.com/ruby/optparse/commit/cccb28e0de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/cccb28e0de
</pre>
</div>
</content>
</entry>
</feed>
