<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/optparse/tutorial.rdoc, 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>Partly reverted c903cddf55af1505a0779e1a131f2fe47b838260</title>
<updated>2023-12-25T02:22:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T02:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e233730846fd2634208c3c568c49b76bf3b29a0b'/>
<id>e233730846fd2634208c3c568c49b76bf3b29a0b</id>
<content type='text'>
  These are intentional words
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  These are intentional words
</pre>
</div>
</content>
</entry>
<entry>
<title>Typofix under doc directory</title>
<updated>2023-12-25T02:17:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T02:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c903cddf55af1505a0779e1a131f2fe47b838260'/>
<id>c903cddf55af1505a0779e1a131f2fe47b838260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] [DOC] Corrections to tutorial</title>
<updated>2023-07-31T03:26:47+00:00</updated>
<author>
<name>BurdetteLamar</name>
<email>burdettelamar@yahoo.com</email>
</author>
<published>2023-07-30T15:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=60ac719acc3e4eccab770ebdd959dffcb702f2f2'/>
<id>60ac719acc3e4eccab770ebdd959dffcb702f2f2</id>
<content type='text'>
https://github.com/ruby/optparse/commit/2940dbb65a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/2940dbb65a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/optparse] [DOC] Mark up constant and method names as code</title>
<updated>2023-07-30T02:35:22+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-30T02:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dfad14d83f1a51a537d03da285b71e9d87a6da7f'/>
<id>dfad14d83f1a51a537d03da285b71e9d87a6da7f</id>
<content type='text'>
https://github.com/ruby/optparse/commit/e8bee0be8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/optparse/commit/e8bee0be8f
</pre>
</div>
</content>
</entry>
<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>
</feed>
