diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2021-04-15 09:32:02 -0500 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-07-28 20:13:39 +0900 |
| commit | 98ccb49ac3bea0e2233d2b3f642a3e0579801988 (patch) | |
| tree | f6021bcf940ddd56978f13d6f3858fa469ced531 /doc/optparse/ruby | |
| parent | 43af561e0878ca856513edd3db56ce7dff8e7fe3 (diff) | |
[ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22)
Adds argument abbreviation in option_params.rdoc.
Adds entire Argument Values section to tutorial.rdoc.
https://github.com/ruby/optparse/commit/9c5b3f244b
Diffstat (limited to 'doc/optparse/ruby')
| -rw-r--r-- | doc/optparse/ruby/help.rb | 3 | ||||
| -rw-r--r-- | doc/optparse/ruby/name_abbrev.rb (renamed from doc/optparse/ruby/abbreviation.rb) | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/optparse/ruby/help.rb b/doc/optparse/ruby/help.rb index 72f1b93527..95bcde1d77 100644 --- a/doc/optparse/ruby/help.rb +++ b/doc/optparse/ruby/help.rb @@ -16,6 +16,3 @@ parser.on( 'nec, pellentesque eu, pretium quis, sem.', ) parser.parse! - - - diff --git a/doc/optparse/ruby/abbreviation.rb b/doc/optparse/ruby/name_abbrev.rb index b438c1b3dd..b438c1b3dd 100644 --- a/doc/optparse/ruby/abbreviation.rb +++ b/doc/optparse/ruby/name_abbrev.rb |
