diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-03-10 17:01:34 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-03-10 08:03:54 +0000 |
| commit | dad0f876a9d25c8772b0c7ffbfd8e163569f0141 (patch) | |
| tree | ba89fe102e37c892b0d7a24cdbaaa734f48f4213 | |
| parent | 9de9cb53c091fa14397380fd0cc776330457ace6 (diff) | |
[ruby/optparse] Remove extra blank lines [ci skip]
https://github.com/ruby/optparse/commit/d7dec6808f
| -rw-r--r-- | lib/optparse.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb index c0e861d73b..a53b1d16ee 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -496,7 +496,6 @@ class OptionParser end end - # # Map from option/keyword string to object with completion. # @@ -504,7 +503,6 @@ class OptionParser include Completion end - # # Individual switch class. Not important to the user. # @@ -1032,7 +1030,6 @@ class OptionParser DefaultList.short['-'] = Switch::NoArgument.new {} DefaultList.long[''] = Switch::NoArgument.new {throw :terminate} - COMPSYS_HEADER = <<'XXX' # :nodoc: typeset -A opt_args |
