diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-03-10 17:01:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2025-03-10 08:03:54 +0000 |
commit | dad0f876a9d25c8772b0c7ffbfd8e163569f0141 () | |
tree | ba89fe102e37c892b0d7a24cdbaaa734f48f4213 /lib/optparse.rb | |
parent | 9de9cb53c091fa14397380fd0cc776330457ace6 (diff) |
[ruby/optparse] Remove extra blank lines [ci skip]
https://.com/ruby/optparse/commit/d7dec6808f
-rw-r--r-- | lib/optparse.rb | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |