Skip to content

Commit

Permalink
[ruby/getoptlong] Fixup ruby/getoptlong@39faa7b390f0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and matzbot committed May 8, 2022
1 parent bb9b6af commit e2c143a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/getoptlong.rb
Expand Up @@ -16,7 +16,7 @@
#
# A simple example: file <tt>simple.rb</tt>:
#
# :include: ../examples/getoptlong/simple.rb
# :include: ../sample/getoptlong/simple.rb
#
# If you are somewhat familiar with options,
# you may want to skip to this
Expand Down Expand Up @@ -51,7 +51,7 @@
#
# File <tt>aliases.rb</tt>:
#
# :include: ../examples/getoptlong/aliases.rb
# :include: ../sample/getoptlong/aliases.rb
#
# An option may be cited by its name,
# or by any of its aliases;
Expand All @@ -73,7 +73,7 @@
#
# File <tt>abbrev.rb</tt>:
#
# :include: ../examples/getoptlong/abbrev.rb
# :include: ../sample/getoptlong/abbrev.rb
#
# Command line:
#
Expand Down Expand Up @@ -123,7 +123,7 @@
#
# File <tt>types.rb</tt>:
#
# :include: ../examples/getoptlong/types.rb
# :include: ../sample/getoptlong/types.rb
#
# Note that an option type has to do with the <em>option argument</em>
# (whether it is required, optional, or forbidden),
Expand Down Expand Up @@ -207,7 +207,7 @@
#
# File <tt>argv.rb</tt>:
#
# :include: ../examples/getoptlong/argv.rb
# :include: ../sample/getoptlong/argv.rb
#
# Command line:
#
Expand Down Expand Up @@ -240,7 +240,7 @@
#
# File <tt>permute.rb</tt>:
#
# :include: ../examples/getoptlong/permute.rb
# :include: ../sample/getoptlong/permute.rb
#
# Command line:
#
Expand All @@ -263,7 +263,7 @@
#
# File <tt>require_order.rb</tt>:
#
# :include: ../examples/getoptlong/require_order.rb
# :include: ../sample/getoptlong/require_order.rb
#
# Command line:
#
Expand All @@ -284,7 +284,7 @@
#
# File <tt>return_in_order.rb</tt>:
#
# :include: ../examples/getoptlong/return_in_order.rb
# :include: ../sample/getoptlong/return_in_order.rb
#
# Command line:
#
Expand All @@ -305,7 +305,7 @@
#
# File <tt>fibonacci.rb</tt>:
#
# :include: ../examples/getoptlong/fibonacci.rb
# :include: ../sample/getoptlong/fibonacci.rb
#
# Command line:
#
Expand Down Expand Up @@ -401,7 +401,7 @@ class InvalidOption < Error; end
#
# Example:
#
# :include: ../examples/getoptlong/simple.rb
# :include: ../sample/getoptlong/simple.rb
#
# Raises an exception if:
#
Expand Down Expand Up @@ -840,7 +840,7 @@ def get
#
# Example:
#
# :include: ../examples/getoptlong/each.rb
# :include: ../sample/getoptlong/each.rb
#
# Command line:
#
Expand Down

0 comments on commit e2c143a

Please sign in to comment.